MyFirstNPMPack
Project description
Project is my first pack add on this website.
Project has been created on learning purposes
This is basicly a random string generator
Project Instalation
to install project with yarn use command:
yarn add @tomasz.laski/randomid-generator
to install project with npm use command:
npm i @tomasz.laski/randomid-generator
Basic usage of package (in node.js)
const randomID = require('@tomasz.laski/randomid-generator');
console.log(randomID(10));