https://github.com/naturalclar/rrtg
Random (not) Random Text Generator
https://github.com/naturalclar/rrtg
Last synced: over 1 year ago
JSON representation
Random (not) Random Text Generator
- Host: GitHub
- URL: https://github.com/naturalclar/rrtg
- Owner: Naturalclar
- License: mit
- Created: 2022-04-15T06:26:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T08:53:19.000Z (over 4 years ago)
- Last Synced: 2024-05-01T14:59:58.820Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rrtg
Generates string of given length.
## usage
Basic usage:
```
npm exec rrtg 10000
```
To copy to your clipboard:
```
npm exec rrtg 10000 | pbcopy
```