https://github.com/bkeepers/gaskit
a git-backed issue tracker
https://github.com/bkeepers/gaskit
Last synced: 10 months 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 14 years ago)
- Default Branch: master
- Last Pushed: 2014-03-13T20:44:57.000Z (almost 12 years ago)
- Last Synced: 2024-11-02T02:33:40.178Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 456 KB
- Stars: 903
- 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)
- awesome-selfhosted-cn - Gaskit - A git-backed issue tracker. It uses a branch in your local git database to store the tickets. `GPL` (Ticketing / 文档生成器)
README
# Gaskit
Gaskit a git-backed issue tracker. It uses a branch in your local git database to store the tickets.

## 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)