joyent-portal/packages/rnd-id
Sara Vieira c82a655375 feat(joyent-boilerplate): initial commit 2017-09-07 17:28:56 +01:00
..
src chore: restore removed packages 2017-06-16 21:46:36 +01:00
test chore: use yarn workspaces 2017-08-04 00:51:24 +01:00
.eslintignore feat(joyent-boilerplate): initial commit 2017-09-07 17:28:56 +01:00
.eslintrc chore: restore removed packages 2017-06-16 21:46:36 +01:00
.tern-project chore: restore removed packages 2017-06-16 21:46:36 +01:00
CHANGELOG.md fix(cp-frontend,ui-toolkit): increase synchrony between wireframes and code 2017-09-07 16:02:29 +01:00
README.md fix(cp-frontend,ui-toolkit): increase synchrony between wireframes and code 2017-09-07 16:02:29 +01:00
package.json feat(joyent-boilerplate): initial commit 2017-09-07 17:28:56 +01:00
yarn.lock feat(joyent-boilerplate): initial commit 2017-09-07 17:28:56 +01:00

README.md

rnd-id

License: MPL 2.0 npm standard-readme compliant

Generate a random alphabetical string.

Table of Contents

Install

yarn add --dev rnd-id

Usage

const rndId = require('rnd-id');

console.log(rndId()) // kbtpZ
console.log(rndId()) // cuBuLn
console.log(rndId()) // sPwzn
console.log(rndId()) // kKUko
console.log(rndId()) // czzpgR
console.log(rndId()) // cjtzdI

License

MPL-2.0