An open API service indexing awesome lists of open source software.

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

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
```