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

https://github.com/viveknathani/maketest

A command line tool to generate test data. 📊
https://github.com/viveknathani/maketest

command-line data golang testing-tools

Last synced: 16 days ago
JSON representation

A command line tool to generate test data. 📊

Awesome Lists containing this project

README

          

# maketest

[![test](https://github.com/viveknathani/maketest/actions/workflows/test.yaml/badge.svg)](https://github.com/viveknathani/maketest/actions/workflows/test.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/viveknathani/maketest)](https://goreportcard.com/report/github.com/viveknathani/maketest) [![Maintainability](https://api.codeclimate.com/v1/badges/58bb6c8d321505b66857/maintainability)](https://codeclimate.com/github/viveknathani/maketest/maintainability) ![release](https://img.shields.io/github/v/release/viveknathani/maketest)

## build

Code is written in Go `v1.17`.
After getting that, run,
```bash
go build
```

## releases

If you are looking for just the binary, you can find it in the [releases](https://github.com/viveknathani/maketest/releases) section.

## contributing

If you are interested in working on this project, check out the [contributing guidelines](./CONTRIBUTING.md).

## license

[MIT](./LICENSE.md)