https://github.com/aktsk/atgen
https://github.com/aktsk/atgen
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aktsk/atgen
- Owner: aktsk
- License: apache-2.0
- Created: 2018-11-12T07:38:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T21:39:30.000Z (about 1 year ago)
- Last Synced: 2025-02-10T22:31:03.914Z (about 1 year ago)
- Language: Go
- Size: 8.02 MB
- Stars: 14
- Watchers: 3
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Atgen - HTTP API test code generator for golang
**This product is at an early stage of development.**
Atgen is an HTTP API test code generator for golang. This tool generates test code from YAML that defines API requests/responses and template test code.
---
## Usage
See [`example`](example) directory.
---
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
---
## License
See [LICENSE](LICENSE).