An open API service indexing awesome lists of open source software.

https://github.com/shellscape/nanoid-cli

A tiny cli wrapper for nanoid
https://github.com/shellscape/nanoid-cli

Last synced: 7 months ago
JSON representation

A tiny cli wrapper for nanoid

Awesome Lists containing this project

README

          

# nanoid-cli

A tiny cli wrapper around [nanoid](https://github.com/ai/nanoid) to generate unique ids from the command line.

### Usage

```sh
$ nanoid
eftOYF0ie93F_yVhkOBcM
```

### Options

```
--alphabet, -a Use a different alphabet to generate the id
--size, -s Generate an id of a different size
```

### Examples

```sh
$ nanoid
sBiU98ZmAHvICIOnUoxOW
```

```sh
$ nanoid --size 32
xgX77wBFcY1lso9R12Y2lHrluUbLjAPV
```

```sh
$ nanoid --alphabet "_~0123456789abcdefghijklmnopqrstuvwxyz"
6me9uz2j_blasac~0p5as
```