commander-cli-starter
v1.0.6
Published
boilerplate for cli program for node
Downloads
1
Readme
commander-cli-starter
A commander based cli boilerplate
Usage
Create your cli app named my-app
npx commander-cli-starter my-appWhat's the advantage for this starter?
- Support one command for one file
- Support two levels command
- Import all commands automatically
- Support view file for render
- Support an api structure for calling
- Support pre-processing before command start
- Support logger and output to
.log - Support a config store to management config
You could check the foo command after you created a new project from it
