0.0.2 • Published 10 years ago

gulp-stitch v0.0.2

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

gulp-stitch

NPM version Build Status Coverage Status Dependency Status

stitch plugin for gulp

Usage

First, install gulp-stitch as a development dependency:

npm install --save-dev gulp-stitch

Then, add it to your gulpfile.js:

var stitch = require("gulp-stitch");

gulp.src("./src/*.ext")
	.pipe(stitch('pkg.js',['./src']))
	.pipe(gulp.dest("./dist"));

API

stitch(options)

options.msg

License

MIT License