mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-22 17:06:42 +08:00
update
This commit is contained in:
19
node_modules/chance/docs/usage/cli.md
generated
vendored
Normal file
19
node_modules/chance/docs/usage/cli.md
generated
vendored
Normal 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)
|
||||
Reference in New Issue
Block a user