packages feed

NanoID-2.0.0: ReadMe.md

# NanoID generator, library and CLI tool [![Build Status](https://travis-ci.org/MichelBoucey/NanoID.svg?branch=main)](https://travis-ci.org/github/MichelBoucey/NanoID)

```
[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
```