New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-hexuglify

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-hexuglify

Minification plugin for Gulp

  • 0.0.16
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

(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

Keywords

FAQs

Package last updated on 10 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc