copy-of
v1.0.0
Published
A function for naming copies of things
Downloads
622
Readme
copy-of
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
Install
npm install copy-of
Credits
Licence
MIT