@kumologica/kumologica-contrib-uuid
v0.0.3
Published
Node for generating the UUID
Downloads
59
Readme
Kumologica contribution node: kumologica-contrib-uuid
Overview
Kumologica node to generate universally unique identifier. The node supports UUID version V1, V3,V4 and V5.
Installation
From Kumologica Designer
Click on the "Add More Nodes" button at the bottom of "Nodes" panel, find UUID Node and press install. You need to restart Kumologica Designer for the node to be loaded. UUID Node is accessible from "SECURITY" category.
From command line
Go to the project directory and run from the console:
npm install @kumologica/kumologica-contrib-uuid --save
Dependencies
Kumologica Designer
You need Kumologica Designer to use UUID Node. Kumologica Designer is a part of SDK module. To install Kumologica SDK run following command:
npm install -g @kumologica/sdk
After successful installation run following command to open Kumologica Designer:
kl open
More information
For the documentation for UUID Node see: UUID
For more information about Kumologica SDK Installation see: Kumologica SDK Installation
Visit kumologica.com for information about sdk, designer, documentation, tutorials, support and professional services.