https://github.com/hiql/get-unique-id-app
Generates unique IDs for you to use in debugging, development, or anywhere else you may need a unique ID(UUID/CUID/ULID/NanoID/ObjectID/Snowflake, etc).
https://github.com/hiql/get-unique-id-app
Last synced: 3 months ago
JSON representation
Generates unique IDs for you to use in debugging, development, or anywhere else you may need a unique ID(UUID/CUID/ULID/NanoID/ObjectID/Snowflake, etc).
- Host: GitHub
- URL: https://github.com/hiql/get-unique-id-app
- Owner: hiql
- License: mit
- Created: 2025-01-30T04:09:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T12:43:17.000Z (4 months ago)
- Last Synced: 2025-02-10T13:38:05.836Z (4 months ago)
- Language: TypeScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Get Unique ID - Generates unique IDs for you to use in debugging, development, or anywhere else you may need a unique ID. (Applications / Utilities)
README
# Get Unique ID
Generates unique IDs(UUID/CUID/ULID/NanoID/ObjectID/Snowflake, etc) for you to use in debugging, development, or anywhere else you may need a unique ID.

## Supported ID Formats
- UUID v1(Gregorian Time-based)
- UUID v3(MD5 Name-based)
- UUID v4(Random)
- UUID v5(SHA-1 Name-based)
- UUID v6(Reordered Gregorian Time-based)
- UUID v7(Unix Time-based)
- Short UUID
- Nil UUID
- Max UUID
- ULID
- UPID
- CUID
- CUID2
- Nano ID
- NUID
- TSID
- SCRU128
- Snowflake
- Sonyflake
- Object ID## License
MIT