@devdhera/acronym

1.1.0 • Public • Published

@devdhera/acronym

npm version install size

Simple Acronym generator for all the node lovers ❤️

How to Install

Simply run the following in the terminal.

npm i @devdhera/acronym

How to Use

const acronym = require('@devdhera/acronym');

acronym('for your information', (err, resp) => {
    if (err) {
        console.log(err);
    }

    console.log(resp);
});

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @devdhera/acronym

      Weekly Downloads

      0

      Version

      1.1.0

      License

      MIT

      Unpacked Size

      3.06 kB

      Total Files

      5

      Last publish

      Collaborators

      • devdhera