args-finder
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i args-finder

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

15.7 kB

Total Files

13

Last publish

Collaborators

  • wendly