https://github.com/codelibs/recotem-cli
https://github.com/codelibs/recotem-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codelibs/recotem-cli
- Owner: codelibs
- License: apache-2.0
- Created: 2021-07-09T12:32:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T07:36:49.000Z (over 3 years ago)
- Last Synced: 2024-06-20T06:26:17.603Z (about 1 year ago)
- Language: Go
- Size: 87.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# recotem-cli
## Usage
### Install
```
$ go install recotem.org/cli/recotem@latest
```### Use recotem command
```
$ recotem ...
```## Development
### OpenAPI
#### Setup
```
$ go get github.com/deepmap/oapi-codegen/cmd/oapi-codegen
```#### Update Generated Code
Update `pkg/openapi/recotem.yaml ` and then
```
$ oapi-codegen -generate types,client pkg/openapi/recotem.yaml > pkg/openapi/recotem.gen.go
```