0.2.0 • Published 6 years ago

gulp-js-comment v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

gulp-js-comment

How to use

const jsComment = require('gulp-js-comment')

gulp.task('jscomment', function(){
	return gulp.src(srcFile)
		.pipe(
			jsComment({
				// Comment output path
				commentFile: String,

				// If true then append comment to commentFile,
				// else    then write comment to commentFile
				commentAppend: Boolean,

				// If true then strip comment
				strip: Boolean,
			})
		)
		.pipe(gulp.dest())
})
0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago