$ npm install cliparoo
Sorry for the stupid name. Copies strings to the clipboard, for CLIs.
var clip = require('cliparoo'); clip('Hello "World"', function(err){ if (err) throw err; console.log('copied!'); });