stringen - STRINg GENeration
Command line utility and webservice to generate a variety of strings, such as UUIDs, ULIDs, random characters (for passwords), and hashes.
Quick Start
- Download and install Go version 1.11+ (https://golang.org).
- Ensure you have
make
installed. - Git clone this repo (
git clone https://github.com/sh3rp/stringen
). - Change to the
stringen
directory. - Run
make install
.
Run sg
to see a list of commands that can be run.