npm.io
0.0.3 • Published 8 years ago

args-finder

Licence
MIT
Version
0.0.3
Deps
3
Size
15 kB
Vulns
0
Weekly
0

args-finder

npm license github-issues

nodei.co

travis-status stars forks

forks

Features

  • Parse text with chords

Usage

// 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 args-finder

Scripts

  • npm run build : rm -rf dist && tsc
  • npm run test : mocha ./dist/test/*.js

Dependencies

Package Version Dev
@types/node ^8.10.12
minimist ^1.2.0
@types/chai ^4.1.3
@types/minimist ^1.2.0
@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 wendlysaintil@gmail.com https://twitter.com/wendlysaintil

License

Keywords