https://github.com/watercubz/cli-package-installer
cli-package-installer is a terminal manager which has the ability to install packages, search for packages, list packages in a project, all in one tool by downloading and running the .sh in Linux or the .bat in Windows 🐧💚
https://github.com/watercubz/cli-package-installer
javascript linux nodejs powershell shell windows
Last synced: 12 months ago
JSON representation
cli-package-installer is a terminal manager which has the ability to install packages, search for packages, list packages in a project, all in one tool by downloading and running the .sh in Linux or the .bat in Windows 🐧💚
- Host: GitHub
- URL: https://github.com/watercubz/cli-package-installer
- Owner: watercubz
- License: mit
- Created: 2024-06-12T01:28:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-14T17:31:57.000Z (over 1 year ago)
- Last Synced: 2025-01-11T08:14:54.647Z (about 1 year ago)
- Topics: javascript, linux, nodejs, powershell, shell, windows
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI Package Manager

## Description
CLI Package Manager is a command-line tool (CLI) for managing dependencies in Node.js projects efficiently. It allows developers to install, uninstall, and update npm packages without leaving the terminal.
## Installation
To install CLI Package Manager globally and use it across different projects, follow these steps:
1. Install CLI Package Manager globally using npm:
```bash
npm install -g cli-package-manager
```
This will install CLI Package Manager globally on your system, making it available for use in any project.
## Usage
1. Once CLI Package Manager is installed globally, you can run it from the terminal using the following command:
```bash
cli-package-manager
```
This will start the command-line interface where you can select the actions you want to perform, such as installing, uninstalling, or updating npm packages.
### Running with `.bat` File
1. You can also execute the program using the `run-cli.bat` file. Simply double-click the `run-cli.bat` file in your file explorer or run it from the command line with:
```bash
.\run-cli.bat
```
## Available Commands
- `install`: Install one or multiple npm packages.
- `uninstall`: Uninstall one or multiple npm packages.
- `exit`: Exit the application.
## Testing
1. To run the project's unit tests, use the following command:
```bash
npm test
```
This will execute all tests defined in the `test` directory and provide feedback on the code quality.
## Contribution
Contributions are welcome! If you find any bugs or have ideas to improve this project, feel free to open an issue or submit a pull request.
## Author
This project was developed by [watercubz](https://github.com/watercubz).
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.