Skip to content

Laboralphy/o876-noun-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Noun-shortener

##Description Do you want to shorten all words inside a noun-group or inside an organization name ?

Liquid Crystal Display -> Liq. Cryst. Displ.
Internet Service Provider -> Int. Serv. Prov.

This is what this library does.

##Usage

npm install @laboralphy/noun-shortener

Inside code :

const {shorten} = require('@laboralphy/noun-shortener');
console.log(shorten('Liquid Crystal Display'));

...will display "Liq. Cryst. Displ."

About

A noun shortener. This tools will replace each word in a phrase by its shortened version. Example : "service" become "serv."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published