Popularity
5.6
Stable
Activity
0.0
Stable
923
21
49

Programming language: JavaScript
Tags: Ticketing    

Gaskit alternatives and similar software solutions

Based on the "Ticketing" category.
Alternatively, view Gaskit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Gaskit or a related project?

Add another 'Ticketing' Software solution

README

Gaskit

Gaskit a git-backed issue tracker. It uses a branch in your local git database to store the tickets.

Screenshot of Gaskit

Current Status

Gaskit was created as a proof of concept for using Git as a database for an application. It currently only runs against itself.

There is a lot more work to do before it is really useful. If you'd like to help out, clone the repo and run the app to see what needs done.

Running the app

$ bundle install
$ bundle exec rackup

Contributors