Categorygithub.com/sh3rp/stringen
repository
0.0.0-20240726024321-9d62b7dc6512
Repository: https://github.com/sh3rp/stringen.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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

  1. Download and install Go version 1.11+ (https://golang.org).
  2. Ensure you have make installed.
  3. Git clone this repo (git clone https://github.com/sh3rp/stringen).
  4. Change to the stringen directory.
  5. Run make install.

Run sg to see a list of commands that can be run.