0.2.5 • Published 2 years ago

fsnuke v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago