An open API service indexing awesome lists of open source software.

https://github.com/ramtinsoltani/dummy-file-generator

Generates dummy text files of the specified size for testing
https://github.com/ramtinsoltani/dummy-file-generator

Last synced: 4 months ago
JSON representation

Generates dummy text files of the specified size for testing

Awesome Lists containing this project

README

        

# Dummy File Generator

A simple dummy file generator for testing.

# Installation

```
npm install dummy-file-generator
```

# Usage

```
dummy
```

- **filename** The filename to be generated (relative to current working directory)
- **size** The size in bytes or with the following suffix: `kb`, `mb`, `gb`

## Example

```
dummy test.txt 256kb
```