joyent-portal/packages/rnd-id
Sérgio Ramos 29b42fd4fc chore: remove packages' yarn-lock
related: https://github.com/lerna/lerna/issues/852
2017-06-19 13:50:10 +01:00
..
src chore: restore removed packages 2017-06-16 21:46:36 +01:00
test chore: restore removed packages 2017-06-16 21:46:36 +01:00
.eslintignore chore: restore removed packages 2017-06-16 21:46:36 +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 chore: restore removed packages 2017-06-16 21:46:36 +01:00
README.md chore: restore removed packages 2017-06-16 21:46:36 +01:00
package.json fix: downgrade eslint 2017-06-16 22:45:45 +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