mirror of https://github.com/MaxLeiter/Drift
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
208ba42c0e | 3 years ago | |
---|---|---|
.. | ||
bin | 3 years ago | |
lib | 3 years ago | |
node_modules/async | 3 years ago | |
test | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
jakefile.js | 3 years ago | |
package.json | 3 years ago | |
usage.txt | 3 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)