Skip to content

Jocs/rm-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rm-npm

What is rm-npm?

rm-npm is the node module that can help you to rm the node_modules directory if you have a package.son file at the root path of your project. It also remove bower_components directory when you have a bower.son file in your project directory.


How to install?

Run $ npm install rm-npm -g to install rm-npm in global environment, or you can run $ npm install --save-dev rm-npm locally in your project node_modules directory.


How to use?

CLI

If you install rm-npm globally , and you want to rm all the node_modules bower_components directory in your project, just run the follow command.

$ rm-npm

In Your Project

const rmNpm = require('rm-npm')
// just run like this
rmNpm(__dirname)

About

Use this package you can remove your node_modules and bower_components directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published