Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/popomore/gulp-ranma
https://github.com/popomore/gulp-ranma
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/popomore/gulp-ranma
- Owner: popomore
- Created: 2014-07-16T15:37:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-16T15:53:09.000Z (over 10 years ago)
- Last Synced: 2024-10-16T21:23:21.345Z (3 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
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.