Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T07:42:29.000Z (about 8 years ago)
- Last Synced: 2024-10-04T15:25:49.156Z (3 months 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.
[![license](https://img.shields.io/github/license/tchssk/ago.svg)]()
## 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