Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@tomasz.laski/randomid-generator

TomaszLaski7MIT1.0.2

Project description

readme

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