# 🧪 Test Generator CLI

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c94af0a71b424122a6101604f16b6d56)](https://www.codacy.com/gh/rohitbakoliya/test-gen/dashboard?utm_source=github.com&utm_medium=referral&utm_content=rohitbakoliya/test-gen&utm_campaign=Badge_Grade)
![CI](https://img.shields.io/github/workflow/status/rohitbakoliya/test-gen/CI?logo=Github&label=CI)
![npm](https://img.shields.io/npm/v/@rohitbakoliya/test-gen)
![NPM](https://img.shields.io/npm/l/@rohitbakoliya/test-gen)

Quickly generate test cases for stress testing using interactive CLI.

![demo](./docs/demo-min.gif)

## Install

```bash
npm i -g @rohitbakoliya/test-gen
```

or

```bash
npx @rohitbakoliya/test-gen 
# without installing it globally
```

## Usage

```
test-gen
```

## Documentation

Checkout Complete Documentation [here](docs/docs.md).

## Contributing

**Unit test:** Unit test are written in [Jest](https://jestjs.io/). Please add a unit test for every
new feature or bug fix. `npm test` to run the test suite.

**Documentation:** Add output format for every new input types.

## License

This project is under the MIT license.
