split-lyrics
v0.1.1
Published
Helper utils to split lilypond lyrics.
Readme
split-lyrics
Helper utils to split lilypond lyrics.

Features
- Parse text with chords
Usage
import {splitWord} from 'split-lyrics';
console.log(splitWord('new'));
// great
console.log(splitWord('living'));
// li -- vingInstall
npm install --save split-lyrics
Scripts
- npm run build :
rm -rf dist && tsc - npm run test :
mocha ./dist/test/*.js
Dependencies
Package | Version | Dev --- |:---:|:---: commander | ^2.15.1 | ✖ minimist | ^1.2.0 | ✖ replace | ^1.0.0 | ✖ shelljs | ^0.8.2 | ✖ simple-text | 0.0.1 | ✖ @types/chai | ^4.1.3 | ✔ @types/mocha | ^5.2.0 | ✔ @types/node | ^10.0.2 | ✔ 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] https://twitter.com//wendlysaintil
License
- MIT : http://opensource.org/licenses/MIT
