0.0.16 • Published 9 years ago

gulp-hexuglify v0.0.16

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

(PLUGIN AUTHOR: Please read Plugin README conventions, then delete this line)

gulp-hexuglify

NPM version Build Status Coverage Status Dependency Status

hexuglify plugin for gulp

Usage

First, install gulp-hexuglify as a development dependency:

npm install --save-dev gulp-hexuglify

Then, 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.

License

MIT License

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago