/node-file-pumper-cli

A simple file pumper for your command line

Primary LanguageJavaScriptMIT LicenseMIT

NPM Version NPM Downloads

Installation

$ npm install -g node-file-pumper-cli
$ yarn global add node-file-pumper-cli

Quick Start

Create 1mb file

$ pump --file=test.exe --size=1 --type=mb

Command Line Options

    --version        output the version number
-f, --file           file name to generate
-s, --size           (int) file size
-v, --type <mb|kb>   file size in kb or mb
-h, --help           output usage information

License

MIT