Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bkeepers/gaskit
a git-backed issue tracker
https://github.com/bkeepers/gaskit
Last synced: about 1 month ago
JSON representation
a git-backed issue tracker
- Host: GitHub
- URL: https://github.com/bkeepers/gaskit
- Owner: bkeepers
- License: other
- Archived: true
- Created: 2011-08-26T20:11:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-13T20:44:57.000Z (almost 11 years ago)
- Last Synced: 2024-05-27T11:36:23.820Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 456 KB
- Stars: 907
- Watchers: 22
- Forks: 49
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - gaskit - a git-backed issue tracker (JavaScript)
README
# Gaskit
Gaskit a git-backed issue tracker. It uses a branch in your local git database to store the tickets.
![Screenshot of Gaskit](http://f.cl.ly/items/270D3l0p1Q1Y1e0h1w1I/Screen%20Shot%202012-04-21%20at%209.26.15%20AM.png)
## 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
* [Brandon Keepers](http://github.com/bkeepers)
* [Jonathan Hoyt](http://github.com/jonmagic)