Skip to content
/ jake Public

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.

License

Notifications You must be signed in to change notification settings

jakejs/jake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8da5b86 · Dec 15, 2024
Nov 20, 2019
Jun 15, 2018
Dec 1, 2024
Dec 9, 2024
May 9, 2013
Dec 22, 2020
Nov 15, 2014
Aug 14, 2012
Dec 2, 2015
Oct 19, 2019
Dec 9, 2024
Mar 31, 2013
Sep 7, 2011
Apr 16, 2023
Dec 9, 2024
Dec 9, 2024
Feb 2, 2023

Repository files navigation

Jake -- the JavaScript build tool for Node.js

Build Status

Documentation site at http://jakejs.com

Contributing

  1. Install node.
  2. Clone this repository $ git clone git@github.com: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 (http://www.apache.org/licenses/LICENSE-2.0)