1.0.14 • Published 7 months ago

@jswork/gulp-pkg-header v1.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

gulp-pkg-header

Gulp header form package.json.

version license size download

installation

npm install -D @jswork/gulp-pkg-header

usage

const header = require("@jswork/gulp-pkg-header");

// type: 'js'|'html'|'css'|'raw'

gulp.task('build' , function(){
  return gulp.src("./src/*.js")
    .pipe(header({ type: 'js' }))
    .pipe(gulp.dest("dist"));
});

license

Code released under the MIT license.

1.0.14

7 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

3 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago