# ${pkg.name} ${badge('npm')} ${badge('npm-license')} ${badge('github-issues')} ${pkg.description} ${badge('nodei')} ${badge('travis-status')} ${badge('github-stars')} ${badge('github-forks')} ${badge('github-forks')} ${badge('dependencies')} ${badge('devDependencies')} ## Features - Parse text with chords ## Usage ```js import {splitWord} from 'split-lyrics'; console.log(splitWord('new')); // great console.log(splitWord('living')); // li -- ving ``` ## Install `npm install --save ${pkg.name}` ## Scripts ${scripts()} ## Dependencies ${dependencies()} ## 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](contributng.md) for more details. Thanks! ## Author ${author()} ## License ${license()}