0.0.0 • Published 9 years ago

gulp-lfx-example v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

gulp-lfx-example Build Status

My perfect gulp plugin

Install

$ npm install --save-dev gulp-lfx-example

Usage

var gulp = require('gulp');
var lfxExample = require('gulp-lfx-example');

gulp.task('default', function () {
	return gulp.src('src/file.ext')
		.pipe(lfxExample())
		.pipe(gulp.dest('dist'));
});

API

lfxExample(options)

options

foo

Type: boolean
Default: false

Lorem ipsum.

License

MIT © lingbaichao