Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-add-file

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-add-file

Add files to a gulp stream

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

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

<%= appname %>

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url]

<%= pluginName %> plugin for gulp

Usage

First, install <%= appname %> as a development dependency:

npm install --save-dev <%= appname %>

Then, add it to your gulpfile.js:

var <%= pluginName %> = require("<%= appname %>");

gulp.src("./src/*.ext")
	.pipe(<%= pluginName %>({
		msg: "Hello Gulp!"
	}))
	.pipe(gulp.dest("./dist"));

API

<%= pluginName %>(options)

options.msg

Type: String
Default: Hello World

The message you wish to attach to file.

License

MIT License

[npm-url]: https://npmjs.org/package/<%= appname %> [npm-image]: https://badge.fury.io/js/<%= appname %>.png

[travis-url]: http://travis-ci.org/<%= githubUser %>/<%= appname %> [travis-image]: https://secure.travis-ci.org/<%= githubUser %>/<%= appname %>.png?branch=master

[coveralls-url]: https://coveralls.io/r/<%= githubUser %>/<%= appname %> [coveralls-image]: https://coveralls.io/repos/<%= githubUser %>/<%= appname %>/badge.png

[depstat-url]: https://david-dm.org/<%= githubUser %>/<%= appname %> [depstat-image]: https://david-dm.org/<%= githubUser %>/<%= appname %>.png

Keywords

FAQs

Package last updated on 03 Jun 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