jcouyang/gira
:sparkles:Github Issue Really Awesome:sparkles:
{ "createdAt": "2014-01-10T14:00:36Z", "defaultBranch": "master", "description": ":sparkles:Github Issue Really Awesome:sparkles:", "fullName": "jcouyang/gira", "homepage": "http://getgira.github.io", "language": "JavaScript", "name": "gira", "pushedAt": "2016-09-17T08:08:16Z", "stargazersCount": 47, "topics": [], "updatedAt": "2023-01-28T20:10:04Z", "url": "https://github.com/jcouyang/gira"}DEPRECATED: please use github’s native projects
Section titled “DEPRECATED: please use github’s native projects”HOW TO USE
Section titled “HOW TO USE”Chrome User
Section titled “Chrome User”https://chrome.google.com/webstore/detail/fgmclhebkmfbpeiiomjfcfikchamelmp
Firefox & others
Section titled “Firefox & others”1 install GreaseMonkey first
Section titled “1 install GreaseMonkey first”then restart your browser
2 install Gira plugin
Section titled “2 install Gira plugin”by just click gira.user.js
3 login
Section titled “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
Section titled “4 now open any issue page”for example https://github.com/jcouyang/gira/issues
FOR DEVEPLOMENT
Section titled “FOR DEVEPLOMENT”install dependency
Section titled “install dependency”npm install -g gulpnpm installcompile
Section titled “compile”gulp// compile everythinggulp scripts //to compile, reactify and browerify
gulp tests // compile tests file
// configure GM_location in gulpfile.js, thengulp grease // to generate greasemonkey user script and cp to greasemonkey script local locationusing
npm test