a-gulp-license

2.0.0 • Public • Published

gulp-license

Add licenses to gulp stream.

fork from https://github.com/terinjokes/gulp-license

Installation

Install this package with npm and add it to your development dependencies:

npm install --save-dev a-gulp-license

Usage

var license = require('a-gulp-license');
 
gulp.task('license', function() {
  gulp.src('./lib/*.js')
    .pipe(license('MIT', {tiny: true}))
    .pipe(gulp.dest('./dist/'))
});

Readme

Keywords

none

Package Sidebar

Install

npm i a-gulp-license

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • adoyle