@alexaegis/nuke
Version:
17 lines (12 loc) • 929 B
Markdown
# [@alexaegis/nuke](https://github.com/AlexAegis/js-tooling/tree/master/packages/nuke)
[](https://www.npmjs.com/package/@alexaegis/nuke)
[](https://github.com/AlexAegis/js-tooling/actions/workflows/cicd.yml)
[](https://www.codacy.com/gh/AlexAegis/js-tooling/dashboard?utm_source=github.com&utm_medium=referral&utm_content=AlexAegis/js-tooling&utm_campaign=Badge_Grade)
A simple cli command that will attemt to clear a workspace. It can also do
partial cleaning where it keeps your dependencies intact. By default it also
deletes your `node_modules` and `package-lock.json` files too. It also scans
through your workspaces too.
## Options
```sh
--keep-node-modules - skip removing node_modules
```