Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/popomore/gulp-ranma


https://github.com/popomore/gulp-ranma

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# gulp-ranma [![Build Status](https://travis-ci.org/popomore/gulp-ranma.png?branch=master)](https://travis-ci.org/popomore/gulp-ranma) [![Coverage Status](https://coveralls.io/repos/popomore/gulp-ranma/badge.png?branch=master)](https://coveralls.io/r/popomore/gulp-ranma?branch=master)

Gulp plugin wrapped [ranma](https://github.com/army8735/ranma)

---

## Install

```
$ npm install gulp-ranma -g
```

## Usage

Transform js to commonjs

```
var ranma = require('gulp-ranma');

gulp.src('*.js')
.pipe(ranma('commonjs'))
.pipe(gulp.dest('dest'));
```

Available type is cjs/commonjs/amd/cmd.

## LISENCE

Copyright (c) 2014 popomore. Licensed under the MIT license.