Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johno/turn-it-off-and-on-again
A CLI tool to turn bower/npm off and on again.
https://github.com/johno/turn-it-off-and-on-again
Last synced: 3 months ago
JSON representation
A CLI tool to turn bower/npm off and on again.
- Host: GitHub
- URL: https://github.com/johno/turn-it-off-and-on-again
- Owner: johno
- License: mit
- Created: 2014-10-25T03:49:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T23:37:32.000Z (about 9 years ago)
- Last Synced: 2024-10-09T09:58:23.893Z (4 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 6
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# turn-it-off-and-on-again
![Turn it off and on again](http://media.giphy.com/media/F7yLXA5fJ5sLC/giphy.gif)
This is a quick, ridiculous CLI tool to `nombom`.
```
rm -rf node_modules
npm cache clean
npm installrm -rf bower_components
bower cache clean
bower install
```Because, sometimes you just need to turn it off and on again.
## Installation
```
npm i -g turn-it-off-and-on-again
```## Usage
Within your project execute the following in your terminal:
```
$ nombom
$ nom
$ bom
```## 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](http://johnotander.com) ([@4lpine](https://twitter.com/4lpine)).