Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michelboucey/nanoid
NanoID generator library and CLI tool in Haskell
https://github.com/michelboucey/nanoid
binary cli haskell library nanoid unique-id-generator uuid-like
Last synced: 8 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T16:07:57.000Z (4 months ago)
- Last Synced: 2024-08-24T17:34:21.363Z (4 months ago)
- Topics: binary, cli, haskell, library, nanoid, unique-id-generator, uuid-like
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/NanoID
- Size: 36.1 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# NanoID generator, library and CLI ![CI](https://github.com/MichelBoucey/NanoID/actions/workflows/haskell-ci.yml/badge.svg) [![Hackage](https://img.shields.io/hackage/v/NanoID.svg)](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
```