fsnuke
v0.2.5
Published
Filsystem Nuke. A tool to clean up `temp` files such as node_modules, bower_components, vendor and other temporary files.
Downloads
3
Readme
FSNuke
Filsystem Nuke. A tool to clean up temp
files such as node_modules, bower_components, vendor and other temporary files.
Useful for saving disk space from node modules, or any other bloated dependency folders that are not needed on inactive projects.
Usage
$ npm install -g fsnuke
$ fsnuke --help
Filsystem Nuke. A tool to clean up `temp` files such as node_modules, bower_components, vendor and other temporary files.
USAGE
$ fsnuke
OPTIONS
-d, --depth=depth [default: 5] directory recursion depth
-h, --help show CLI help
-p, --path=path [default: ./] path to start recursion
Build it yourself
$ git clone https://github.com/kieranholroyd/fsnuke
*or*
$ gh repo clone kieranholroyd/fsnuke
...
$ cd fsnuke
$ npm install
open another terminal
Term1 $ npm run dev
Term2 $ npm start -- {FSNuke ARGS}
I suggest making a fake project with some small deps, and setting the --path argument while testing, the just run npm install
to try again.