Skip to content
axios edited this page Sep 21, 2021 · 6 revisions

@axiosleo/cli-tool

NPM version npm download CI Build Status License FOSSA Status

Design for quickly developing CLI applications using Node.js

Installation

npm install @axiosleo/cli-tool

Quickly initialize application

  • 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

Utils

License

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

FOSSA Status