NanoID: NanoID generator

[ bsd3, data, library, program ] [ Propose Tags ] [ Report a vulnerability ]

Library and CLI tool for NanoID generation


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No 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, 3.4.0.2
Dependencies aeson (>=1.5.6 && <1.6 || >=2.0 && <2.3), base (>=4.7 && <5), bytestring (>=0.10 && <0.13), cereal (>=0.5.8 && <0.5.9), extra (>=1.6 && <1.9), mwc-random (>=0.13 && <0.16), NanoID, optparse-applicative (>=0.14 && <0.19), text (>=1.2.3 && <2.2) [details]
Tested with ghc ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
License BSD-3-Clause
Copyright (c) 2021-2024 - Michel Boucey
Author Michel Boucey
Maintainer michel.boucey@gmail.com
Revised Revision 2 made by MichelBoucey at 2024-10-28T08:13:57Z
Category Data
Source repo head: git clone https://github.com/MichelBoucey/NanoID.git
Uploaded by MichelBoucey at 2024-06-17T14:23:43Z
Distributions Stackage:3.4.0.2
Executables nanoid
Downloads 2199 total (46 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-06-17 [all 1 reports]

Readme for NanoID-3.4.0.2

[back to package description]

NanoID generator, library and CLI tool CI

[user@box ~] $ nanoid -h
nanoid v3.4.0.2, (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