Skip to content
axios edited this page Jan 26, 2021 · 6 revisions

@axiosleo/cli-tool

NPM version npm download

Design for quickly developing CLI applications with Node.js

Installation

npm install @axiosleo/cli-tool

Quickly initialize application

npm install @axiosleo/cli-tool -g

cli-tool init <app-name>

# make command file
cli-tool make <command-name> <commands-dir-path>

# for example
cli-tool make test ./commands/
# will generate ./commands/test.js command file

Document

License

This project is open-sourced software licensed under the MIT.

Clone this wiki locally