copy-of

1.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i copy-of

    Weekly Downloads

    136

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • jwhitfieldseed