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

Package detail

idgp

zaidajani12ISC1.0.0

Make id's and random strings without any fear and care.

id, makeIds, simple, small, lightweight

readme

idgp - Identification Key Generating Program.

Installation

To install, in the command line, just enter npm i idgen --save

Description

This is a program made in javascript which is open source. It generates ids and identification keys to be used in many cases.

Example



const idgen = require('idgen');

console.log(idgen(4));

The output would be a random string with 4 characters.

like ryw3.

Syntax


idgen(4);
/* ^  ^--------------| 
  function        length of the random generated string.
*/

Open source

we are awaiting for your pull requests. If you face any issue, run npm test, which will give to the test report, or report issue on github.

Enjoy your powerfull library.