nomyom
v1.0.1
Published
A small tool to reset your project's ./node_modules
Maintainers
Readme
nomyom

A small tool to reset your ./node_modules.
npmandyarnsupport- cross-platform thanks to rimraf
- option to verify/clean cache
Inspired by @pzuraq's nombom and @johnotander's turn-it-off-and-on-again
Install
npm install -g nomyom
# OR
yarn global add nomyomUsage
# inside a project directory
nomyomOptions
help for all available arguments.
--clean or -C to clean the npm/yarn cache.
--skip-install to skip reinstalling.
--verbose to print additional output.
Todo
[x] auto-detect yarn vs npm
[ ] verbose should show all stdout/error
[x] add help command
[ ] improve spinner on Windows
