NanoID: NanoID generator

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Library and CLI tool for NanoID generation


[Skip to Readme]

Properties

Versions 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.1
Change log None available
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:00Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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