# noise-file-gen

> Generates files with random data

Latest version **1.0.0** (published 2018-07-12) · ISC license · 0 weekly downloads

## Install

```sh
npm install noise-file-gen
pnpm add noise-file-gen
yarn add noise-file-gen
bun add noise-file-gen
```

Provides the command `noise-file-gen`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-07-12 |
| First published | 2018-07-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Oleksandr Boiko |
| Maintainers | megaboich |

## Links

- npm: https://www.npmjs.com/package/noise-file-gen
- Repository: https://github.com/megaboich/noise-file-gen
- Homepage: https://github.com/megaboich/noise-file-gen#readme
- Issues: https://github.com/megaboich/noise-file-gen/issues
- npm.io page: https://npm.io/package/noise-file-gen

## Dependencies (1)

- [commander](https://npm.io/package/commander.md) ^2.16.0

## Recent versions

- 1.0.0 (latest) — 2018-07-12

## README

# noise-file-gen
Node.js CLI tool to generate files with random data.

Generates one or several files with specified size.

### Installation:
```
npm i -g noise-file-gen
```

### Usage:
```
noise-file-gen --size 100 --fileName random.bin
```
Will create 100Mb file with name `random.bin` in the current directory

```
noise-file-gen --size 10 --fileName chunk --count 100
```
Will create 100 files with size 10Mb each with names from `chunk_0` to `chunk_99`

Enjoy!

---
_Source: https://npm.io/package/noise-file-gen · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
