1.0.1 • Published 4 years ago

nomyom v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

nomyom

nomnomnom

A small tool to reset your ./node_modules.

  • npm and yarn support
  • 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 nomyom

Usage

# inside a project directory
nomyom

Options

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