1.1.0 • Published 8 years ago

gulp-license v1.1.0

Weekly downloads
75
License
MIT
Repository
github
Last release
8 years ago

gulp-license Build Status npm.io npm.io npm.io npm.io

Add licenses to gulp stream.

Installation

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

npm install --save-dev gulp-license

Usage

var license = require('gulp-license');

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

8 years ago

1.0.0

10 years ago

0.2.0

10 years ago

0.0.2

11 years ago

0.0.1

11 years ago