https://github.com/marfullsen/safe-node-modules-remover
Remover of "Node Modules" files directory.
https://github.com/marfullsen/safe-node-modules-remover
Last synced: about 1 month ago
JSON representation
Remover of "Node Modules" files directory.
- Host: GitHub
- URL: https://github.com/marfullsen/safe-node-modules-remover
- Owner: Marfullsen
- Created: 2021-12-24T22:43:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T23:36:09.000Z (over 4 years ago)
- Last Synced: 2025-01-10T05:36:30.044Z (over 1 year ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fast remover for node modules
[](https://github.com/Marfullsen/safe-node-modules-remover)
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Contributing](../CONTRIBUTING.md)
Wanna delete the **Node Modules** directory but it could take a lot? Use **NPM Install** with a blank _packages.json_ and it'll take ReaLLy less.
To use this file just move **index.js** to the root of your project and run it with **node**.
### Prerequisites
Have a project with any project with an annoying _node modules_ directory.
- Place the **index.js** file into your project root, beside the _node modules_ directory.
- run the file **with node.js**
```
node index.js
```
- now the _node modules_ directory should be empty and your project should be ready for being moved or deleted.
## Special thanks
- [freepik.com](https://www.freepik.com/)

