make-mega
v0.2.3
Published
Make large files for testing in increments of one megabyte.
Readme
make-mega
Make large files for testing.
Usage
Running make-mega on its own will produce a file of 100 megabytes.
make-megaAdding a value afterwards will specify the file size in megabytes. For example, the following will produce a file of 200 megabytes.
make-mega 200Install
npm install -g make-megaReleases
- 0.2.2 - Bug fixes.
- 0.2.0 - Change to using a stream to append the data to the file. This should remove the previous file size limitations.
