You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
z3r0Luck
afad049550
|
4 years ago | |
---|---|---|
.. | ||
bin | 4 years ago | |
lib | 4 years ago | |
test | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
jakefile.js | 4 years ago | |
package.json | 4 years ago | |
usage.txt | 4 years ago |
README.md
Jake -- the JavaScript build tool for Node.js
Documentation site at http://jakejs.com
Contributing
- Install node.
- Clone this repository
$ git clone git@github.com:jakejs/jake.git
. - Install dependencies
$ npm install
. - Run tests with
$ npm test
. - Start Hacking!
License
Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)