https://github.com/letiantian/random-password-cli
Generate random password in cli.
https://github.com/letiantian/random-password-cli
Last synced: 3 months ago
JSON representation
Generate random password in cli.
- Host: GitHub
- URL: https://github.com/letiantian/random-password-cli
- Owner: letiantian
- Created: 2016-04-07T12:44:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T09:27:03.000Z (about 9 years ago)
- Last Synced: 2025-02-10T10:14:31.091Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# random-password-cli
Generate random password in cli.
## Install
```
$ npm install random-password-cli -g
```## Usage
|Parameter| Description |
|----|----|
|`-l`|the length of password. |
|`-t`|the table used to generate password|The corresponding values should not start with `-`.
**Example:**
```
$ random-password -l 12
lkkyT3wUqEW@
``````
$ random-password -l 12 -t 'abc'
aaacbbcaacaa
```## Related
[random-password](https://github.com/someus/random-password): Generate random password.
## License
MIT