0.1.3 • Published 7 years ago

gulp-clipboard v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

gulp-clipboard

NPM version

A gulp plugin to copy the content of your file to the clipboard

Usage

First, install gulp-clipboard as a development dependency:

npm install --save-dev gulp-clipboard

Then, add it to your gulpfile.js:

var clipboard = require("gulp-clipboard");

gulp.src("./src/*.ext")
	.pipe(clipboard())

License

MIT License