1.0.14 • Published 7 months ago
@jswork/gulp-pkg-header v1.0.14
gulp-pkg-header
Gulp header form package.json.
installation
npm install -D @jswork/gulp-pkg-headerusage
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.