A command-line interface (CLI) library for project management.
To install the CLI library globally, run:
npm install -g cli-library
After installation, you can use the CLI with the following commands:
-
Create a new project:
cli-library create <project-name>
-
Display help information:
cli-library help
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 cli-library
command.
This project is licensed under the MIT License.