• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

bin/25-Sep-2023-7436

lib/25-Sep-2023-3,9582,450

node_modules/25-Sep-2023-1,6311,080

test/25-Sep-2023-2,0071,480

MakefileD24-Sep-20231.3 KiB4521

README.mdD24-Sep-2023556 1812

jakefile.jsD24-Sep-20232.6 KiB11394

package.jsonD24-Sep-2023953 4342

usage.txtD24-Sep-20231 KiB1815

README.md

1### Jake -- the JavaScript build tool for Node.js
2
3[![Build Status](https://travis-ci.org/jakejs/jake.svg?branch=master)](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