Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syoyo/lesh
continuos building tool
https://github.com/syoyo/lesh
Last synced: 22 days ago
JSON representation
continuos building tool
- Host: GitHub
- URL: https://github.com/syoyo/lesh
- Owner: syoyo
- Created: 2012-12-09T11:12:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-09T11:24:50.000Z (almost 12 years ago)
- Last Synced: 2023-04-11T17:06:25.788Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lesh
A continuous building tool built with node.js + redis.
## Requirement
* Redis 2.6.7 or above(for server)
* node.js 0.8.15 or above
* Git client(for Windows platform, you'll need Git for Windows http://msysgit.github.com)## Dependencies
* shelljs(npm install shelljs)
* redis binding for node.js(npm install redis)## Platform
* Windows
* MacOSX
* Linux## License
BSD License.
## Usage
T.B.W.