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
- Host: GitHub
- URL: https://github.com/ramtinsoltani/dummy-file-generator
- Owner: ramtinsoltani
- Created: 2019-05-28T08:47:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T20:14:50.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T08:18:25.247Z (4 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```