mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-08 12:05:58 +08:00
378 B
378 B
cli
To use Chance from the command line, install chance-cli globally with:
npm install -g chance-cli
Then invoke any generator by name followed by options, like so:
$ chance name --prefix true
Dr. Georgia Sanchez
$ chance latitude --min 12.34 --max 56.78
22.01836
More details in the chance-cli README