DEV Community

Shinya Sakae
Shinya Sakae

Posted on

Introduce CLI ID generator

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
Enter fullscreen mode Exit fullscreen mode

Usage

It has a very simple interface.
Enter id type after idgen.

UUID

$ idgen uuid
Enter fullscreen mode Exit fullscreen mode

ULID

$ idgen ulid
Enter fullscreen mode Exit fullscreen mode

Future development

I will keep improving idgen.

For example:

  • Support installation of Homebrew
  • Generate multiple id

I welcome your contributions.
Thank you.

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

๐Ÿ‘‹ Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay