Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hikarock/n7m
💇♂️ n7m is numeronym 💇♀️
https://github.com/hikarock/n7m
numeronym
Last synced: 3 days ago
JSON representation
💇♂️ n7m is numeronym 💇♀️
- Host: GitHub
- URL: https://github.com/hikarock/n7m
- Owner: hikarock
- License: mit
- Created: 2019-10-02T15:58:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:57:46.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T12:32:50.992Z (9 days ago)
- Topics: numeronym
- Language: JavaScript
- Homepage:
- Size: 248 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# n7m
n7m is numeronym.
## Get Started
```shell
% npm i n7m
``````js
import n7m from 'n7m'n7m('internationalization') // -> i18n
```or
```js
const n7m = require('n7m')n7m('internationalization') // -> i18n
```## Licence
MIT
## Author
[hikarock](https://hika69.com)