2.0.1 • Published 7 years ago

node-abbreviate v2.0.1

Weekly downloads
34
License
MIT
Repository
github
Last release
7 years ago

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

2.0.1

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.4

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago