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

https://github.com/gitfaf/node-abbreviate

abbreviate input
https://github.com/gitfaf/node-abbreviate

Last synced: 9 months ago
JSON representation

abbreviate input

Awesome Lists containing this project

README

          

# node-abbreviate

abbreviate input

# Install via NPM

```
npm install --save node-abbreviate@v2
```

# How to use

Version 2 example.

```
const abbreviate = require('node-abbreviate').abbreviate;

console.log(abbreviate.aString('an-tu-tu', /-/g)); // ATT

```

Check out [github|npm]/sample-node-abbreviate.

# Versions

There are two versions of this package: v1 and v2 (branches: Ver1 and Ver2).

```
# for Version 2; Recommended.
npm install node-abbreviate@v2

# for Version 1
npm install node-abbreviate@v1
```

There are obvious differences among versions; I recommend v2.

# License

MIT