Skip to content

Commit

Permalink
Simplify project name to just Jake.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Aug 25, 2010
1 parent 925e47b commit 8b8b3f2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.markdown
@@ -1,14 +1,14 @@
### Node-Jake -- JavaScript build tool for Node.js
### Jake -- JavaScript build tool for Node.js

### Installing

Prerequisites: Node-Jake requires Node.js. (<http://nodejs.org/>)
Prerequisites: Jake requires Node.js. (<http://nodejs.org/>)

Get Node-Jake:
Get Jake:

git clone git://github.com/mde/node-jake.git

Build Node-Jake:
Build Jake:

cd node-jake && make && sudo make install

Expand All @@ -30,6 +30,7 @@ Or, get the code, and `npm link` in the code root.
* Jakefiles are in standard JavaScript syntax
* Tasks with prerequisites
* Namespaces for tasks
* Async task execution

### Options

Expand Down Expand Up @@ -114,7 +115,7 @@ In this example, the foo:baz task depends on both the default and the foo:bar ta

### Passing parameters to jake

Two kinds of parameters can be passed to Node-Jake: positional and named parameters.
Two kinds of parameters can be passed to Jake: positional and named parameters.

Any single parameters passed to the jake command after the task name are passed along to the task handler as positional arguments. For example, with the following Jakefile:

Expand Down

0 comments on commit 8b8b3f2

Please sign in to comment.