# ${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 // node dist/index.js create --nostart --decent --lauch=dev speed 3 const argsFinder = require('args-finder'); console.log(argsFinder.operation); // create console.log(argsFinder.commands); // ['create'] console.log(argsFinder.options); // { // start: false, // decent: true, // launch: 'dev', // speed: 3 // } ``` ## 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()}