repository
0.0.0-20240726024321-9d62b7dc6512
Repository: https://github.com/sh3rp/stringen.git
Documentation: pkg.go.dev
# README
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.