Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Oct 14, 2014
1 parent 50c1acc commit 2edb483
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,15 @@ pure-cjs \
--external '{"jquery": {"global": "$", "amd": "../vendor/jquery.js"}}'
```

## Usage from Node.js
## Usage from Grunt

Check out [grunt-pure-cjs](https://github.com/RReverser/grunt-pure-cjs) to use builder as [Grunt](https://gruntjs.com/) plugin.

## Usage from Gulp

Check out [gulp-pure-cjs](https://github.com/parroit/gulp-pure-cjs) to use builder as [Gulp](http://gulpjs.com/) plugin.

## Usage from Node.js code

```javascript
var cjs = require('pure-cjs');
Expand Down Expand Up @@ -105,11 +113,3 @@ cjs.transform(options).then(function (result) {
* **code**: `String` — generated source code.
* **map**: `Object` — source map object.
* **options**: `Object` — options object with resolved defaults and paths.

## Usage from Grunt

Check out [grunt-pure-cjs](https://github.com/RReverser/grunt-pure-cjs) to use builder as [Grunt](https://gruntjs.com/) plugin.

## Usage from Gulp

Check out [gulp-pure-cjs](https://github.com/parroit/gulp-pure-cjs) to use builder as [Gulp](http://gulpjs.com/) plugin.

0 comments on commit 2edb483

Please sign in to comment.