@aglaya/cli-tools
v0.2.0
Published
A CLI library for project management
Downloads
108
Maintainers
Readme
@aglaya/cli-tools
A command-line interface (CLI) library for project management.
Installation
To install the CLI library globally, run:
npm install -g @aglaya/cli-tools
Usage
After installation, you can use the CLI with the following commands:
Create a new project:
aglaya-cli create <project-name>
Display help information:
aglaya-cli help
Development
To work on this project locally:
- Clone the repository
- Install dependencies:
npm install
- Link the package globally:
npm link
Now you can run the CLI using aglaya-cli
command.
License
This project is licensed under the MIT License.