I present an ID generator I developed.
https://github.com/ss49919201/idgen
The software is named idgen.
It is an abbreviation for id generator.
Install using go install.
Other installation methods will be added.
$ go install github.com/ss49919201/idgen@latest
It has a very simple interface.
Enter id type after idgen.
$ idgen uuid
$ idgen ulid
I will keep improving idgen.
For example:
I welcome your contributions.
Thank you.
The above is the detailed content of Introduce CLI ID generator. For more information, please follow other related articles on the PHP Chinese website!