Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.5 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.5 KB

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.

oclif Version Downloads/week License

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.