0.2.31 • Published 6 years ago

auto-copy v0.2.31

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

auto-copy

Web development tool, select the text automatically copied to the clipboard, no longer need to use ctrl+c replication
web开发利器,选中文本自动复制到剪切板,不再需要用ctrl+c复制

Installation

npm install auto-copy --save-dev

Basic Usage

var AutoCopy = require('auto-copy');
new AutoCopy();

Relevance

By doing a Chrome extension, the advantages of the Chrome extension are permanent installation, and NPM package needs to be introduced into each project
顺便做了一个chrome扩展,相比这个包,chrome扩展的优点是一次安装永久使用,而npm package需要在每个项目中引入