Skip to content
/ cli-library Public template

Boilerplate for started create cli for project managment

License

Notifications You must be signed in to change notification settings

monzter50/cli-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Boilerplate for started create cli for project managment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published