Skip to content
vic

jakejs/jake

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

jakejs/jake.json
{
"createdAt": "2010-03-22T05:37:28Z",
"defaultBranch": "main",
"description": "JavaScript build tool, similar to Make or Rake. Built to work with Node.js.",
"fullName": "jakejs/jake",
"homepage": "http://jakejs.com",
"language": "JavaScript",
"name": "jake",
"pushedAt": "2025-08-03T23:29:59Z",
"stargazersCount": 1976,
"topics": [],
"updatedAt": "2025-11-25T21:10:01Z",
"url": "https://github.com/jakejs/jake"
}

Jake — the JavaScript build tool for Node.js

Section titled “Jake — the JavaScript build tool for Node.js”

Build Status

Documentation site at http://jakejs.com

  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!

Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)