Skip to content

joews/copy-of

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copy-of

Build

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

About

A function for naming copies of things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published