1.0.2 • Published 4 years ago

@tomasz.laski/randomid-generator v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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));