INACTIVE - A Firefox Add-on for importing Bugzilla bugs as Kanbanery cards.
Перейти к файлу
Justin Crawford de8d803966 Merge pull request #11 from johngian/update-mozillians
Update bugzilla details for mozillians.org
2015-02-03 08:52:53 -07:00
data Update bugzilla details for mozillians.org 2015-02-03 12:56:34 +01:00
lib Version 0.3.1: Add MDN; handle kanbanery 401s. 2013-10-09 12:57:20 -06:00
test improve README and add test boilerplate 2013-04-17 11:51:21 -04:00
.gitignore Add Firefox Flicks to config 2013-07-24 10:59:35 -06:00
README.md Add much better development infrastructure 2013-05-10 15:52:01 -06:00
package.json Increment version number 2014-01-28 13:19:39 -07:00

README.md

kanbugger

A Firefox Add-on for importing Bugzilla bugs as Kanbanery cards.

If you have the Add-on SDK installed, you can test the add-on with:

cfx run

while you're in the add-on dir. There are also tests that can be run:

cfx test

You can pass arbitrary config to your local install at the command line by copying and editing config_local.json:

cp data/config_local.example data/config_local.json

Note that local settings will overwrite defaults.