ulid

command module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2017 License: MIT Imports: 4 Imported by: 0

README

ulid: A simple ULID generator CLI

This is a simple command line for generating a ULID.

Build status

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL