Home
Softono

Kanbanize

Open source JavaScript
34
Stars
14
Forks
4
Issues
2
Watchers
6 years
Last Commit

 About Kanbanize

Triage issues on github project boards.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Kanbanize?

We provide expert installation service for this software. Our team will install, configure, and secure Kanbanize on your server. plans start at just $30.

Deploy to now All Contributors Remix on Glitch

Kanbanize

This is a fairly simple and extensible kanban power-up for GitHub Projects that automates the triaging of new issues to project boards and to track issue statuses automatically

Features

  • Move a project card along the board automatically.
  • Triage issues to different project boards automatically.

Read more about it in this blog post.

Usage

Install it and run:

git clone [email protected]:pauldariye/kanbanize.git
cp .env.example .env # TODO: Add all env variables here
cd kanbanize && yarn
yarn dev

Visit https://localhost:3000 or https://[NGROK_SUBDOMAIN].ngrok.io

Deploy

Deploy it to the cloud with now (download)

# configure now deployment
now secrets add owner [your github repository org/user]
now secrets add repository [your github repository name]
now secrets add token [your github access token]
now secrets add webhook_secret [secret configured in the webook]
# deploy
now

Acknowlegement

License

MIT

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Francisco Lourenço
Francisco Lourenço

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!