hooli-cli v0.0.6
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.