Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewsomething/bug2trello
A Chrome extension to add bugs/issues to a Trello board
https://github.com/andrewsomething/bug2trello
browser-extension chrome-extension hacktoberfest javascript trello
Last synced: 5 days ago
JSON representation
A Chrome extension to add bugs/issues to a Trello board
- Host: GitHub
- URL: https://github.com/andrewsomething/bug2trello
- Owner: andrewsomething
- License: other
- Created: 2013-06-07T02:11:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T18:47:10.000Z (over 7 years ago)
- Last Synced: 2023-08-10T09:06:52.638Z (over 1 year ago)
- Topics: browser-extension, chrome-extension, hacktoberfest, javascript, trello
- Language: JavaScript
- Homepage:
- Size: 222 KB
- Stars: 21
- Watchers: 5
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Bug 2 Trello
==========A browser extension to add bugs/issues to a Trello board.
It currently supports Launchpad, GitHub, SourceForge, BitBucket, and Debian's BTS.
There is also support for some Bugzilla instances. This support currently requires that the JSON-RPC interface is available.
It is known to work with with Mozilla, KDE, Apache, and Redhat.
It is known *not* to work with GNOME, Kernel.org, and Novell.- Install it from the Chrome Store: https://chrome.google.com/webstore/detail/bug2trello/aomnoofmdnaccffobkddehcmdihggcke
- Report bugs: https://github.com/andrewsomething/bug2trello/issues
- Grab the code: `git clone git://github.com/andrewsomething/bug2trello.git`Bug 2 Trello is licensed under the MIT License.
Development
-----------* Install the dependencies using: `npm install`
* Build the extension with: `npm run build`
* The `dist/` directory will contain the unpacked extension.
* Running `npm run package` will produce a packaged extension in `./bug2trello.zip`