/khaos-cli

Khaos template to create command line interface tools with docopt and async.auto

Primary LanguageJavaScriptApache License 2.0Apache-2.0

khaos-cli

A khaos template to add a command line interface to a module.

Usage

To create a new module based on this template, run:

khaos create mongodb-js/khaos-cli ./my-new-module

and answer the prompted questions.

This will

  1. Clone the base template and this template mixin from github into the specified directory
  2. Fill in the prompted answers
  3. Initialize a git repository and make an initial commit

License

Apache 2