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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    8
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    8
  • 0.0.3
    3
  • 0.0.2
    3
  • 0.0.1
    1
  • 0.0.0
    1

Package Sidebar

Install

npm i rst

Weekly Downloads

9

Version

0.0.4

License

MIT

Last publish

Collaborators

  • michaelrhodes