Randcli
randcli
is the CLI you need to generate random data in your favorite terminal. Internally, it uses the rand.fun API.
Installation
Just run the following command to install randcli
globally:
npm install -g randcli
Usage
$ randcli --help
Usage: randcli <category> [dataset]
Options:
-V, --version output the version number
-h, --help output usage information
Available categories:
- animals
- country
- games
- geo
- hash
- internet
- movies
- number
- people
- text
[NOTE] If no dataset selected, the CLI will show the list of
datasets of the category.
Examples:
$ randcli number
$ randcli number integer
License
This project is released under the Apache-2.0 license. By Angel