0.0.16 • Published 10 years ago
gulp-hexuglify v0.0.16
(PLUGIN AUTHOR: Please read Plugin README conventions, then delete this line)
gulp-hexuglify
hexuglify plugin for gulp
Usage
First, install gulp-hexuglify as a development dependency:
npm install --save-dev gulp-hexuglifyThen, add it to your gulpfile.js:
var hexuglify = require("gulp-hexuglify");
gulp.src("./src/*.ext")
.pipe(hexuglify({
msg: "Hello Gulp!"
}))
.pipe(gulp.dest("./dist"));API
hexuglify(options)
options.msg
Type: String
Default: Hello World
The message you wish to attach to file.



