Skip to content

nataki/node-UUID-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

UUID generator

Simple generation of RFC4122 UUIDS.

What

Generate UUIDs in the format 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'

Installation

npm install node-uuid-generator --save

Usage

var generator = require('node-uuid-generator');

generator.generate();

API Reference

Depending on the size of the project, if it is small and simple enough the reference docs can be added to the README. For medium size to larger projects it is important to at least provide a link to where the API reference docs live.

Tests

npm install
npm test

License

Released under the MIT license. Copyright (c) 2016 nataki.

About

Simple generator of unique id (UUID)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published