An open API service indexing awesome lists of open source software.

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

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!