Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakejs/jake
JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
https://github.com/jakejs/jake
Last synced: 14 days ago
JSON representation
JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
- Host: GitHub
- URL: https://github.com/jakejs/jake
- Owner: jakejs
- License: apache-2.0
- Created: 2010-03-22T05:37:28.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T23:27:22.000Z (4 months ago)
- Last Synced: 2024-10-03T20:13:59.520Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://jakejs.com
- Size: 1.9 MB
- Stars: 1,969
- Watchers: 39
- Forks: 190
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
### Jake -- the JavaScript build tool for Node.js
[![Build Status](https://travis-ci.org/jakejs/jake.svg?branch=master)](https://travis-ci.org/jakejs/jake)
Documentation site at [http://jakejs.com](http://jakejs.com/)
### Contributing
1. [Install node](http://nodejs.org/#download).
2. Clone this repository `$ git clone [email protected]:jakejs/jake.git`.
3. Install dependencies `$ npm install`.
4. Run tests with `$ npm test`.
5. Start Hacking!### License
Licensed under the Apache License, Version 2.0
()