NanoID: NanoID generator

[ bsd3, data, library, program ] [ Propose Tags ]

Library and CLI tool for NanoID generation


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.0.1, 1.2.0, 2.0.0, 2.1.0, 3.0.0, 3.1.0, 3.1.1, 3.2.0, 3.2.1, 3.3.0, 3.4.0, 3.4.0.1
Dependencies aeson (>=1.5.6 && <1.6 || >=2.0 && <2.3), base (>=4.7 && <4.20), bytestring (>=0.10 && <0.13), cereal (>=0.5.8 && <0.5.9), extra (>=1.6 && <1.8), mwc-random (>=0.13 && <0.16), NanoID, optparse-applicative (>=0.14 && <0.18), text (>=1.2.3 && <2.2) [details]
License BSD-3-Clause
Copyright (c) 2021-2024 - Michel Boucey
Author Michel Boucey
Maintainer michel.boucey@gmail.com
Category Data
Source repo head: git clone https://github.com/MichelBoucey/NanoID.git
Uploaded by MichelBoucey at 2024-01-31T18:43:17Z
Distributions
Executables nanoid
Downloads 1927 total (50 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-01-31 [all 1 reports]

Readme for NanoID-3.4.0.1

[back to package description]

NanoID generator, library and CLI tool CI

[user@box ~] $ nanoid -h
nanoid v3.4.0.1, (c) Michel Boucey 2022-2024

Usage: nanoid [-a|--alphabet ARG] [-l|--length ARG] [-p|--password] 
              [-q|--quantity ARG] [-n|--newline] [-v|--version]

  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)
  -p,--password            Special password generation
  -q,--quantity ARG        Quantity of NanoID to generate
  -n,--newline             Do not output the trailing newline
  -v,--version             Show version
  -h,--help                Show this help text