nuke_modules 0.1.0

Nuke all node_modules starting from the current working directory.
# :boom: nuke_modules

A command line program that recursively finds and deletes all your node_modules starting from your current working directory.

Freeing up much needed space.

## Install

```sh
cargo install nuke_modules
nuke_modules -h
```

## Install from source

```sh
git clone git@github.com:kemicofa/nuke_modules.git
cd nuke_modules
cargo install --path .
nuke_modules -h
```