Skip to content

Nodenomore is a command-line interface (CLI) tool that removes node_modules directories from your computer

License

Notifications You must be signed in to change notification settings

James-buzz/nodenomore

Repository files navigation

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_modules directories 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 nodenomore

Usage

Simply navigate to the directory where your node_modules are stored and type:

nodenomore

Prerequisites

  • 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.

About

Nodenomore is a command-line interface (CLI) tool that removes node_modules directories from your computer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published