rst

0.0.4 • Public • Published

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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i rst

    Weekly Downloads

    9

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • michaelrhodes