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 base (>=4.7 && <4.16), bytestring (>=0.10 && <0.12), extra (>=1.6 && <1.8), mwc-random (>=0.13 && <0.16), NanoID, optparse-applicative (>=0.14 && <0.17) [details]
License BSD-3-Clause
Copyright (c) 2021 - Michel Boucey
Author Michel Boucey
Maintainer michel.boucey@gmail.com
Category Data
Source repo head: git clone git://github.com/MichelBoucey/NanoID.git
Uploaded by MichelBoucey at 2021-06-02T20:11:56Z
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 2021-06-02 [all 1 reports]

Readme for NanoID-2.0.0

[back to package description]

NanoID generator, library and CLI tool Build Status

[user@box ~] $ nanoid -h
nanoid v2.0.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