@dendra-science/task-command

Utility class to execute an async task from parsed options.


License
BSD-2-Clause-FreeBSD
Install
npm install @dendra-science/task-command@0.0.2

Documentation

Task Command

Provides a utility class to execute an async task based on raw or parsed command line arguments. Can be used with CLI parsers such as minimist, yargs-parser and mri.

Instructions

  1. Be sure you have Node version 6.11.x. If you’re using nvm, you may need to nvm use 6.11.

  2. Clone this repo.

  3. Make this project directory the current directory, i.e. cd task-command.

  4. Install modules via npm install.

  5. If all goes well, you should be able to run the predefined package scripts.