packages feed

NanoID-3.2.0: ReadMe.md

# NanoID generator, library and CLI tool ![CI](https://github.com/MichelBoucey/NanoID/actions/workflows/haskell-ci.yml/badge.svg)
```
[user@box ~] $ nanoid -h
nanoid v3.2.0, (c) Michel Boucey 2022

Usage: nanoid [-a|--alphabet ARG] [-l|--length ARG] [-q|--quantity ARG] 
              [-n|--newline]
  NanoID generator

Available options:
  -a,--alphabet ARG        Use an alternative alphabet (ascii chars only)
  -l,--length ARG          Get a shorter NanoID (Default length is 21 chars)
  -q,--quantity ARG        Quantity of NanoID to generate
  -n,--newline             Do not output the trailing newline
  -h,--help                Show this help text
```