bjyoungblood / chrome-github-toolkit

Chrome extension for converting issues to pull requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Toolkit

Chrome extension to convert Github issues into pull requests.

Installation

# required node.js/io.js
# clone it
npm install

Development

# build files to './dev'
# watch files change
# start WebpackDevServer
npm run dev

You can load unpacked extensions with ./dev.

Build

# build files to './build'
npm run build

Build & Compress ZIP file

# compress build folder to archive.zip
npm run compress

LICENSE

MIT

About

Chrome extension for converting issues to pull requests

License:MIT License


Languages

Language:JavaScript 93.1%Language:HTML 3.6%Language:CSS 3.3%