Skip to content

Commit

Permalink
generate docs with verb
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Jan 27, 2016
1 parent 2cd3381 commit 055c497
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Build a task or array of tasks.

**Params**

* `tasks` **{String|Array|Function}**: List of tasks by name, function, or array of names/functions.
* `tasks` **{String|Array|Function}**: List of tasks by name, function, or array of names/functions. (Defaults to `[default]`).
* `cb` **{Function}**: Callback function to be called when all tasks are finished building.

**Example**
Expand All @@ -63,7 +63,7 @@ app.build('default', function(err, results) {
});
```

### [.series](index.js#L181)
### [.series](index.js#L185)

Compose task or list of tasks into a single function that runs the tasks in series.

Expand Down Expand Up @@ -94,7 +94,7 @@ fn(function(err) {
//=> done
```

### [.parallel](index.js#L213)
### [.parallel](index.js#L217)

Compose task or list of tasks into a single function that runs the tasks in parallel.

Expand Down Expand Up @@ -127,7 +127,7 @@ fn(function(err) {
//=> done
```

### [.watch](index.js#L230)
### [.watch](index.js#L234)

Watch a file, directory, or glob pattern for changes and build a task or list of tasks when changes are made. Watch is powered by [chokidar](https://github.com/paulmillr/chokidar) so arguments can be anything supported by [chokidar.watch](https://github.com/paulmillr/chokidar#api).

Expand Down Expand Up @@ -236,9 +236,9 @@ app.on('task:error', function(err) {});
## Related projects

* [assemble](https://www.npmjs.com/package/assemble): Assemble is a powerful, extendable and easy to use static site generator for node.js. Used… [more](https://www.npmjs.com/package/assemble) | [homepage](https://github.com/assemble/assemble)
* [generate](https://www.npmjs.com/package/generate): Fast, composable, highly extendable project generator for node.js | [homepage](https://github.com/jonschlinkert/generate)
* [generate](https://www.npmjs.com/package/generate): Fast, composable, highly extendable project generator with a user-friendly and expressive API. | [homepage](https://github.com/generate/generate)
* [templates](https://www.npmjs.com/package/templates): System for creating and managing template collections, and rendering templates with any node.js template engine.… [more](https://www.npmjs.com/package/templates) | [homepage](https://github.com/jonschlinkert/templates)
* [update](https://www.npmjs.com/package/update): Update | [homepage](https://github.com/jonschlinkert/update)
* [update](https://www.npmjs.com/package/update): Easily keep anything in your project up-to-date by installing the updaters you want to use… [more](https://www.npmjs.com/package/update) | [homepage](https://github.com/update/update)
* [verb](https://www.npmjs.com/package/verb): Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… [more](https://www.npmjs.com/package/verb) | [homepage](https://github.com/verbose/verb)

## Running tests
Expand Down Expand Up @@ -267,4 +267,4 @@ Released under the MIT license.

***

_This file was generated by [verb](https://github.com/verbose/verb) on January 06, 2016._
_This file was generated by [verb](https://github.com/verbose/verb) on January 26, 2016._

0 comments on commit 055c497

Please # to comment.