https://github.com/tchssk/ago
A tool to generate a design definition of goa from a swagger definition
https://github.com/tchssk/ago
go goa swagger
Last synced: about 1 year ago
JSON representation
A tool to generate a design definition of goa from a swagger definition
- Host: GitHub
- URL: https://github.com/tchssk/ago
- Owner: tchssk
- License: mit
- Created: 2016-12-14T12:34:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T07:42:29.000Z (over 9 years ago)
- Last Synced: 2025-05-05T00:48:31.135Z (about 1 year ago)
- Topics: go, goa, swagger
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ago
A tool to generate a design definition of [goa](https://github.com/goadesign/goa) from a swagger definition.
[]()
## Installation
```sh
$ go get github.com/tchssk/ago
```
## Usage
```sh
$ ago swagger swagger.json > design.go
```
## Notes
This application is currently under construction. You may have to modify the generated swagger definition before using from [goagen](https://github.com/goadesign/goa/goagen). Features to be implemented are described in [TODO.md](TODO.md). Contributions are welcomed!
## License
MIT License
## Author
Taichi Sasaki