A function for naming copies of things.
var copyOf = require('copy-of');
copyOf('that thing'); // 'Copy of that thing'
copyOf('Copy of that thing'); // 'Copy 2 of that thing'
copyOf('Copy 2 of that thing'); // You get it
npm install copy-of
MIT