Skip to content

DevDHera/acronym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@devdhera/acronym

npm version install size minified size 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);
});

About

A npm module to generate acronyms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published