Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bin/ | 25-Sep-2023 | - | 74 | 36 | ||
lib/ | 25-Sep-2023 | - | 3,958 | 2,450 | ||
node_modules/ | 25-Sep-2023 | - | 1,631 | 1,080 | ||
test/ | 25-Sep-2023 | - | 2,007 | 1,480 | ||
Makefile | D | 24-Sep-2023 | 1.3 KiB | 45 | 21 | |
README.md | D | 24-Sep-2023 | 556 | 18 | 12 | |
jakefile.js | D | 24-Sep-2023 | 2.6 KiB | 113 | 94 | |
package.json | D | 24-Sep-2023 | 953 | 43 | 42 | |
usage.txt | D | 24-Sep-2023 | 1 KiB | 18 | 15 |
README.md
1### Jake -- the JavaScript build tool for Node.js 2 3[](https://travis-ci.org/jakejs/jake) 4 5Documentation site at [http://jakejs.com](http://jakejs.com/) 6 7### Contributing 81. [Install node](http://nodejs.org/#download). 92. Clone this repository `$ git clone git@github.com:jakejs/jake.git`. 103. Install dependencies `$ npm install`. 114. Run tests with `$ npm test`. 125. Start Hacking! 13 14### License 15 16Licensed under the Apache License, Version 2.0 17(<http://www.apache.org/licenses/LICENSE-2.0>) 18