joyent-portal/packages/rnd-id
Sérgio Ramos c45fb3ce41 chore: publish
- cloudapi-gql@1.0.3
 - joyent-cp-frontend@1.0.3
 - joyent-cp-gql-mock-server@1.0.3
 - joyent-cp-gql-schema@1.0.3
 - joyent-cp-rdb-bootstrap@1.0.3
 - normalized-styled-components@1.0.4
 - pseudo-json-ast@1.0.5
 - pseudo-yaml-ast@1.0.5
 - remcalc@1.0.4
 - rnd-id@1.0.4
 - styled-is@1.0.6
 - joyent-ui-toolkit@1.0.3
 - unitcalc@1.0.4
2017-05-25 14:21:02 +01:00
..
src chore: initial lerna setup 2017-05-25 10:56:50 +01:00
test chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.eslintignore chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.eslintrc chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.tern-project chore: initial lerna setup 2017-05-25 10:56:50 +01:00
CHANGELOG.md chore: publish 2017-05-25 14:21:02 +01:00
README.md chore: initial lerna setup 2017-05-25 10:56:50 +01:00
package.json chore: publish 2017-05-25 14:21:02 +01:00
yarn.lock chore: initial lerna setup 2017-05-25 10:56:50 +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