Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 306 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 306 Bytes

uuid

Generate uuids with janet

Install

Add to your project.janet file

{:dependencies [{:repo "https://github.com/joy-framework/uuid" :tag "f212b1936688ee5acae98bd87124ba60de324149"}]}

Use

(import uuid)

(uuid/generate)

This generates an upper case uuid! 🎉