gulp-progressive-vulcans

0.0.1 • Public • Published

gulp-progressive-vulcans

Gulp plugin for progressive-vulcans that builds app with incremental dependencies. Issues with the output should be reported on the progressive-vulcans issue tracker.

Install

$ npm install --save-dev gulp-progressive-vulcans

Usage

var gulp = require('gulp');
var pvn = require('gulp-progressive-vulcans');

gulp.task('default', function () {
	return gulp.src('pvn.yaml')
		.pipe(pvn())
		.pipe(gulp.dest('dist'));
});

Options

You can use options of progressive-vulcans. see doc for further information.

License

MIT © srikkbhat

Package Sidebar

Install

npm i gulp-progressive-vulcans

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • srikkbhat