Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hikarock/n7m

💇‍♂️ n7m is numeronym 💇‍♀️
https://github.com/hikarock/n7m

numeronym

Last synced: 3 days ago
JSON representation

💇‍♂️ n7m is numeronym 💇‍♀️

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)