0.0.6 • Published 1 year ago

hooli-cli v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

npm npm downloads

hooli-cli

Hooli CLI is a command line tool for npm package management. This tool is designed to help you manage your npm packages and dependencies in a more efficient way.

Installation

npm install -g hooli-cli

Usage

hooli-cli [command]

Also, you can set an alias for easier access to the tool. For example:

alias hc=hooli-cli

Commands

If no command is provided, the tool will show a list of available commands.

hooli-cli

  • install - Install a package
hooli-cli install

This command will open a prompt for you to enter the package name you want to install. After entering the package name, a list of available packages will be displayed for you to choose from.

  • uninstall - Uninstall a package
hooli-cli uninstall

This command will show a list of installed packages for you to choose from. After selecting a one, or more, packages to uninstall, the selected packages will be removed from your project.

  • scripts - Run a script
hooli-cli scripts

This command will show a list of available scripts in your package.json file. After selecting a script to run, the selected script will be executed.

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago