包详细信息

gulp-clipboard

duivvv31MIT0.1.3

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

gulpplugin, clipboard, gulp, copy

自述文件

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