https://github.com/michelboucey/nanoid
NanoID generator library and CLI tool in Haskell
https://github.com/michelboucey/nanoid
cli haskell nanoid unique-id-generator uuid-like
Last synced: 2 months ago
JSON representation
NanoID generator library and CLI tool in Haskell
- Host: GitHub
- URL: https://github.com/michelboucey/nanoid
- Owner: MichelBoucey
- License: other
- Created: 2021-05-28T18:51:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T15:39:46.000Z (6 months ago)
- Last Synced: 2025-03-30T08:51:16.339Z (3 months ago)
- Topics: cli, haskell, nanoid, unique-id-generator, uuid-like
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/NanoID
- Size: 40 KB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# NanoID generator, library and CLI  [](https://hackage.haskell.org/package/NanoID)
```
[user@box ~] $ nanoid -h
nanoid v3.4.0.2, (c) Michel Boucey 2022-2024Usage: 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
```