A bluprint template for simple Node.js CLIs.
Features:
- Creates a CLI and a module you can use in node.
- Uses sade to parse CLI args.
- Built in mocha testing
- Typescript and docs site by TypeDoc
- GitHub Actions template for CI test and release
If you haven't already, add this bluprint to your CLI.
bluprint add reuters-graphics/bluprint_node-cli
Make a new directory and use the bluprint.
mkdir my-project && cd my-project
bluprint start