Introduce CLI ID generator
Shinya Sakae
Posted on November 26, 2024
I present an ID generator I developed.
- Command line interface
- Support UUID and ULID
- Implemented in Go
https://github.com/ss49919201/idgen
idgen
The software is named idgen.
It is an abbreviation for id generator.
Install
Install using go install
.
Other installation methods will be added.
$ go install github.com/ss49919201/idgen@latest
Usage
It has a very simple interface.
Enter id type after idgen
.
UUID
$ idgen uuid
ULID
$ idgen ulid
Future development
I will keep improving idgen.
For example:
- Support installation of Homebrew
- Generate multiple id
I welcome your contributions.
Thank you.
💖 💪 🙅 🚩
Shinya Sakae
Posted on November 26, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.