This commit is contained in:
Pipi Chen
2020-05-07 01:02:44 +08:00
commit b8a3516cd6
2147 changed files with 184854 additions and 0 deletions

19
node_modules/chance/docs/usage/cli.md generated vendored Normal file
View File

@@ -0,0 +1,19 @@
# cli
To use Chance from the command line, install `chance-cli` globally with:
```bash
npm install -g chance-cli
```
Then invoke any generator by name followed by options, like so:
```bash
$ chance name --prefix true
Dr. Georgia Sanchez
$ chance latitude --min 12.34 --max 56.78
22.01836
```
More details in the [chance-cli README](https://github.com/chancejs/chance-cli)