cliparoo

1.1.1 • Public • Published

Cliparoo

Sorry for the stupid name. Copies strings to the clipboard, for CLIs.

Installation

$ npm install cliparoo

Example

var clip = require('cliparoo');
 
clip('Hello "World"', function(err){
  if (err) throw err;
  console.log('copied!');
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    10,816
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    10,816
  • 1.1.0
    0
  • 1.0.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i cliparoo

Weekly Downloads

10,816

Version

1.1.1

License

MIT

Last publish

Collaborators

  • tjholowaychuk