gulp-stitch

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-stitch

Weekly Downloads

4

Version

0.0.2

License

MIT

Last publish

Collaborators

  • thriller_wu