gulp-clipboard
v0.1.3
Published
A gulp plugin to copy the content of your file to the clipboard
Downloads
33
Readme
gulp-clipboard
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())