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. 📊
- Host: GitHub
- URL: https://github.com/viveknathani/maketest
- Owner: viveknathani
- License: mit
- Created: 2021-07-02T15:55:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T09:51:16.000Z (over 4 years ago)
- Last Synced: 2025-11-30T09:51:10.277Z (7 months ago)
- Topics: command-line, data, golang, testing-tools
- Language: Go
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# maketest
[](https://github.com/viveknathani/maketest/actions/workflows/test.yaml) [](https://goreportcard.com/report/github.com/viveknathani/maketest) [](https://codeclimate.com/github/viveknathani/maketest/maintainability) 

## 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)