https://github.com/feather-framework/feather-openapi-generator-template
https://github.com/feather-framework/feather-openapi-generator-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/feather-framework/feather-openapi-generator-template
- Owner: feather-framework
- License: other
- Created: 2024-01-05T15:20:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T14:15:10.000Z (over 2 years ago)
- Last Synced: 2024-01-13T09:37:02.513Z (over 2 years ago)
- Language: Swift
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feather OpenAPI Generator Template
Swift template for generating OpenAPI module.
## Dependencies
Install the [Swift template](https://github.com/BinaryBirds/swift-template) tool.
## Usage
You can generate a new module with the following command:
```shell
swift template generate -u feather-openapi-generator [-o ]
```
That's it.
## License
[WTFPL](LICENSE) - Do what the fuck you want to.