https://github.com/zorbash/composta
https://github.com/zorbash/composta
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zorbash/composta
- Owner: zorbash
- Created: 2013-06-07T15:48:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-14T17:10:54.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T02:20:43.085Z (almost 2 years ago)
- Language: CoffeeScript
- Size: 449 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
composta
========
Compare github repositories with ease.
Composta is a tool aimed to help you make the right decision on which components
to incorporate in your awesome projects.
## Instructions
### Requirements
* nodejs
* coffeeScript
### Clone
`git clone git@github.com:Zorbash/composta.git`
### Satisfy dependencies
`npm install`
### Put your github credentials in a config.json file
Tip: A config.json.sample exists to give you an idea of the expected config.json
### Start the server
`coffee composta.coffee`
### Use it
Head over to [http://locahost:3040](http://localhost:3040) to see it running.