simple-text
v0.0.1
Published
![npm](https://img.shields.io/npm/v/simple-text.svg) ![license](https://img.shields.io/npm/l/simple-text.svg) ![github-issues](https://img.shields.io/github/issues/wspecs/simple-text.svg)
Downloads
8
Readme
simple-text
Features
- Parse text with chords
Usage
const simpleText = require('pkg.name');
const simple = simpleText.simplify('à la mode');
console.log(simple); // a la mode
Install
npm install --save simple-text
Scripts
- npm run build :
rm -rf dist && tsc
- npm run test :
mocha ./dist/test/*.js
Dependencies
Package | Version | Dev --- |:---:|:---: @types/node | ^10.0.2 | ✔ @types/chai | ^4.1.3 | ✔ @types/mocha | ^5.2.0 | ✔ chai | ^4.1.2 | ✔ mocha | ^5.1.1 | ✔
Contributing
Contributions welcome; Please submit all pull requests against the master branch. If your pull request contains TypeScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!
Author
Wendly Saintil [email protected] author.url
License
- MIT : http://opensource.org/licenses/MIT