https://github.com/jamf/rendr-sample-blueprint-go-microservice
https://github.com/jamf/rendr-sample-blueprint-go-microservice
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamf/rendr-sample-blueprint-go-microservice
- Owner: jamf
- Created: 2020-10-22T20:00:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T20:16:12.000Z (over 5 years ago)
- Last Synced: 2025-03-26T05:44:38.114Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A `rendr` sample blueprint: Go microservice
An blueprint example of a fully loaded, Kubernetes-ready microservice written in Go.
## Usage
1. Install [rendr](https://github.com/jamf/rendr):
```
brew install jamf/tap/rendr
```
2. Generate your project from the blueprint:
```
rendr init foo --blueprint https://github.com/jamf/rendr-sample-blueprint-go-microservice
```
3. Your newly generated project has a detailed README. Enjoy!