NanoID

NanoID generator

Version on this page:3.1.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.1.0@sha256:9118ab00e8650b5a56a10c90295d357eb77a8057a598b7e56dfedc9c6d53c77d,1524

Module documentation for 3.1.0

Used by 1 package in nightly-2021-10-13(full list with versions):

NanoID generator, library and CLI tool Build Status

[user@box ~] $ nanoid -h
nanoid v2.1.0, (c) Michel Boucey 2021

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 shorter NanoID
  -q,--quantity ARG        Quantity of NanoID to generate
  -n,--newline             Do not output the trailing newline
  -h,--help                Show this help text