https://github.com/frux/generator-uppercode
Git hooks generator
https://github.com/frux/generator-uppercode
Last synced: 4 months ago
JSON representation
Git hooks generator
- Host: GitHub
- URL: https://github.com/frux/generator-uppercode
- Owner: frux
- Created: 2015-09-22T18:34:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T08:39:34.000Z (over 10 years ago)
- Last Synced: 2025-08-09T06:53:33.863Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 348 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Install
``npm i -g generator-uppercode``
Or you can also install it locally at your home directory.
## Set hooks
##### Run uppercode
``yo uppercode``
##### Answer the questions
````
? List plugins you want to install (separated by space): ()
````
You should list all of the plugins you are going to use in your project. For example: ``plugin1 plugin2 plugin3``. You don't have to write ``uppercode-`` prefix.
Instead of listing plugins every time you use Uppercode you can globally install all of the plugins that you are going to use in your projects. Uppercode will offer you to select plugins from the list.
````
? Do you want to add the hooks in .gitignore (y/N)
````
If you aren't going to share your hooks Upperode can add it to your .gitignore.
[Full list of available plugins](https://www.npmjs.com/search?q=uppercode)
## Remove hooks
``yo uppercode:uninstall``