gulp-hexuglify

0.0.16 • Public • Published

(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

Package Sidebar

Install

npm i gulp-hexuglify

Weekly Downloads

3

Version

0.0.16

License

MIT

Last publish

Collaborators

  • katienazarova