nickdenardis / nombomgom

A CLI tool to turn bower/npm off and on again.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nombom

nomnomnom

This is a quick, ridiculous CLI tool to nombom.

Credit to @johnotander, forked from turn-it-off-and-on-again

rm -rf node_modules
npm cache clean
npm install

rm -rf bower_components
bower cache clean
bower install

Because, sometimes you just need to nom.

Installation

npm install -g nombom

Usage

Within your project execute the following in your terminal:

nombom

You can also execute nom or bom separately, and pass in the --log if you want to see the output of the command.

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander (@4lpine).

About

A CLI tool to turn bower/npm off and on again.

License:MIT License


Languages

Language:JavaScript 100.0%