# README
ulid: A simple ULID generator CLI
This is a simple command line for generating a ULID.
Usage
$ ulid
01C0CC2H3YEVR2SSDV1XH5VXVG
Building
ulid
is written in Go, and uses the Go toolchain.
Prerequisites:
- Go >= 1.8
- Dep
- Make
Building:
$ dep up # install dependencies
$ make build # compile into ./bin/ulid
$ make install # compile into ./bin/ulid, then install into /usr/local/bin/ulid
Once that is done, you should be able to execute ulid
on the command line.