Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abranhe/random-string-cli
🌀 Random String Generator CLI
https://github.com/abranhe/random-string-cli
cli cli-app javascript js random random-string string
Last synced: 8 days ago
JSON representation
🌀 Random String Generator CLI
- Host: GitHub
- URL: https://github.com/abranhe/random-string-cli
- Owner: abranhe
- License: mit
- Created: 2019-01-23T05:06:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T05:07:27.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T12:15:02.901Z (about 1 month ago)
- Topics: cli, cli-app, javascript, js, random, random-string, string
- Language: JavaScript
- Homepage: https://p.abranhe.com/random-string-cli
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
random-string-cli
: 🌀 Random String Generator## Why random-string-cli?
- Clean and focused
- [CLI](https://github.com/abranhe/random-string-cli)
- Actively maintained
- Fast and reliable## Install
```
$ npm install random-string-cli
```## CLI
```
random-string-cli: 🌀 Random String GeneratorExamples
$ r4nd0mstr1ng
HH9ICHiBSjKnK219w3R6eKgI58ffMW
$ r4nd0mstr1ng --number 7
86mUSdT
$ r4nd0mstr1ng -n 50
GXq0Upu6U7m2qhJqeNZUm36eU123tUIVU7FsHiX92XRrqZIeKUOptions
-n, --number Generate an string with certain length
-h, --help Show this help message
-v, --show Show package version
```## Related
- [r4nd0mstr1ng](https://github.com/abranhe/r4nd0mstr1ng): API for this module
- [all-words](https://github.com/abranhe/all-words): Generate all available words (up to four letters) super fast.
- [randn](https://github.com/abranhe/randn): 🔢 Random number generator.## Team
|[![Carlos Abraham](https://avatars3.githubusercontent.com/u/21347264?s=50)](https://abranhe.com)|
| :-: |
| [Carlos Abraham](https://github.com/abranhe) |## License
[MIT](https://github.com/abranhe/random-string-cli/blob/master/license) License © [Carlos Abraham](https://github.com/abranhe/)