Skip to content
/ suuid Public

small identifier derived from a single UUID 8 character hex component

License

Notifications You must be signed in to change notification settings

reqshark/suuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suuid

small identifier derived from UUID 8 character hex component. generate a shorter piece of random uuid for testing or anything else.

install

$ npm i suuid

use

const suuid = require('suuid')

console.log( suuid() ) // somethiing like 'e1bdadd6'

test

npm t

MIT

About

small identifier derived from a single UUID 8 character hex component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published