@boolean99/nmdeleter
v1.0.1
Published
delete unecessary node_modules
Downloads
5
Readme
@boolean/deleter
Description
This package is used to delete unnecessary node_modules
files.
Installation
You can install the package using npm:
npm install @boolean/deleter
Usage
// index.js
const DELETE = require('./deleter'); // Adjust the path as necessary
// Specify the directory to check for `node_modules`
const directoryPath = '/path/to/your/project'; // Change this to your project path
// Call the DELETE function
DELETE(directoryPath);
Config
Set type as commonjs in package.json file