customnpms
v1.0.0
Published
First package
Downloads
1
Readme
First Package Publish
Steps
Make a js project using:
npm init
Edit
package.json
(optional)Create a
index.js
file and build your logic.Login to npmjs
Add a
README.md
Add instruction as follows:
To install
npm i customnpms
To 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