-
Notifications
You must be signed in to change notification settings - Fork 4
Home
axios edited this page Sep 21, 2021
·
6 revisions
Design for quickly developing CLI applications using Node.js
npm install @axiosleo/cli-tool
- Initialize application
npm install @axiosleo/cli-tool -g
cli-tool init <app-name>
- Make command file
# 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
This project is open-sourced software licensed under the MIT.
Anything unclear or inaccurate? Please let me know at axioscros@aliyun.com