NanoID

NanoID generator

Version on this page:3.2.0
LTS Haskell 20.26:3.2.1
Stackage Nightly 2022-11-17:3.2.1
Latest on Hackage:3.4.0.1

See all snapshots NanoID appears in

BSD-3-Clause licensed by Michel Boucey
Maintained by [email protected]
This version can be pinned in stack with:NanoID-3.2.0@sha256:54f76a6c6d5fe4ac47fdba22c47e52d9fc7a231cef0e3d137f6c0e6600e76ce7,1559

Module documentation for 3.2.0

NanoID generator, library and CLI tool CI

[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