Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennisreimann/Codeshelver
Codeshelver lets you clean up your GitHub watchlist by storing repositories you would like to remember on your shelf.
https://github.com/dennisreimann/Codeshelver
Last synced: 3 months ago
JSON representation
Codeshelver lets you clean up your GitHub watchlist by storing repositories you would like to remember on your shelf.
- Host: GitHub
- URL: https://github.com/dennisreimann/Codeshelver
- Owner: dennisreimann
- Archived: true
- Created: 2010-11-06T21:21:31.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-07T14:11:13.000Z (about 12 years ago)
- Last Synced: 2024-06-28T08:33:15.587Z (5 months ago)
- Language: CoffeeScript
- Homepage: https://www.codeshelver.com
- Size: 945 KB
- Stars: 64
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codeshelver
Codeshelver lets you clean up your GitHub watchlist by storing repositories
you would like to remember on your shelve. You can tag any repository and
search for it later on - until then it won't spam your dashboard timeline.## Installation
* Copy `config/app.example.js` to `config/app.js` and enter your credentials
* Install and start couchdb
* Install dependencies with npm:$ sudo npm install
* Install the development/deployment dependencies
$ bundle install
* Setup the database (see the Rakefile for more information)
$ rake db:setup
* Start the server
$ node server.js
or for developmet purposes:$ supervisor server.js
You will have to `npm install supervisor` for that## Extending the app
Go ahead and add the features you are missing. Send me pull requests and I'll
be glad to integrate your additions and deploy them to [codeshelver.com](https://www.codeshelver.com).