1.0.4 • Published 2 years ago
nodenomore v1.0.4
Nodenomore
Nodenomore is a command-line interface (CLI) tool that removes node_modules directories from your computer, saving you disk space and keeping your workspace tidy.
Why should you use this?
node_modulesdirectories often take up a significant amount of disk space, and they can accumulate quickly across different projects.- Developed with ease of use in mind, while ensuring specificity in targeting only unnecessary
node_modules.
Install
npm install -g nodenomoreUsage
Simply navigate to the directory where your node_modules are stored and type:
nodenomorePrerequisites
- Ensure you have Node.js installed on your computer. You can download it from Node.js official website.
- It’s advisable to have npm (Node package manager) updated to the latest version.
Safety Measures
Nodenomore has been designed to avoid accidental deletions. It double-checks with you before removing any node_modules directories.
Contributions
Contributions to Nodenomore are welcomed! Fork the repository on GitHub, make your changes, and submit a pull request.
Support
If you encounter any issues or have questions, please open an issue on the GitHub issues page.
License
Nodenomore is licensed under the MIT License. See the LICENSE file for more information.