Skip to content

Go CLI application that removes all remnants of JavaScript junks like node_modules and dist folders.

Notifications You must be signed in to change notification settings

endalk200/rm-rf-js-junk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rm-rf-js-junk

When working on multiple projects there will be forgotten files and directories taking too much space that are not needed anymore. rm-rm-js-junk is a simple go CLI app that walks specified directory and remove all js junk files like node_modules, bower_components, dist, build and etc.

Usage

Remove all js junk files from specified directory

rm-rf -p /path/to/project

Remove all js junk files from current directory

rm-rf

About

Go CLI application that removes all remnants of JavaScript junks like node_modules and dist folders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages