customnpms
v1.0.0
Published
First package
Readme
First Package Publish
Steps
Make a js project using:
npm initEdit
package.json(optional)Create a
index.jsfile and build your logic.Login to npmjs
Add a
README.mdAdd instruction as follows:
To install
npm i customnpmsTo use
import rpg from 'customnpms';
rpg(100,200);PARAMETERS: min --> lower limit max --> upper limit
have a unique name for opur package. check --> https://npmdrinkinggame.party/
Publish your package by running:
npm publish