gira icon indicating copy to clipboard operation
gira copied to clipboard

:sparkles:Github Issue Really Awesome:sparkles:

DEPRECATED: please use github's native projects

HOW TO USE

Chrome User

https://chrome.google.com/webstore/detail/fgmclhebkmfbpeiiomjfcfikchamelmp

Firefox & others

1 install GreaseMonkey first

then restart your browser

2 install Gira plugin

by just click gira.user.js

3 login

goto getgira.github.com click login

or login by clickhere for public repo access

or login here for private repo access

4 now open any issue page

for example https://github.com/jcouyang/gira/issues

5 wiki how

FOR DEVEPLOMENT

install dependency

npm install -g gulp
npm install

compile


gulp// compile everything
gulp scripts //to compile, reactify and browerify

gulp tests // compile tests file

// configure GM_location in gulpfile.js, then
gulp grease // to generate greasemonkey user script and cp to greasemonkey script local location

tests

using jest

npm test