How to make a little npm package and publish it
How to make a little npm package and publish it
Really! It is very easy...
npm stands for node package manager
In Breif
Every npm require one package.json with name and version properties
{
"name": "string-seperator",
"version": "1.0.2"
}
...
h.dhairyashah.dev2 min read