0.0.4 • Published 10 years ago

rst v0.0.4

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

rst

rst is a readable stream that produces a random alphanumeric string of a given size (in kilobytes). It includes a command-line utility that will creates a file from the output, sort of like dd.

Build status

Install

$ npm install rst
# or
$ npm install -g rst

Example

var rst = require('rst')

rst(350).pipe(process.stdout)
=> wa9rjdfASDJFa09sdjfAW3F…

CLI Example

$ rst 350
$ ls
some-file.txt
350kb
song.mp3

License

MIT

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago