Skip to content

monzter50/cli-library

Repository files navigation

CLI Library

A command-line interface (CLI) library for project management.

Installation

To install the CLI library globally, run:

npm install -g cli-library

Usage

After installation, you can use the CLI with the following commands:

  1. Create a new project:

    cli-library create <project-name>
    
  2. Display help information:

    cli-library help
    

Development

To work on this project locally:

  1. Clone the repository
  2. Install dependencies: npm install
  3. Link the package globally: npm link

Now you can run the CLI using cli-library command.

License

This project is licensed under the MIT License.

About

Template for started create cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published