Add scaffolder service
Signed-off-by: Patrick Balestra <patrickb@spotify.com>
This commit is contained in:
@@ -6,6 +6,17 @@ Collection of all Backstage protobuf definitions.
|
||||
|
||||
Managed with prototool, install instructions at https://github.com/uber/prototool/blob/dev/docs/install.md
|
||||
|
||||
## Install Depenedencies
|
||||
|
||||
You will need to have `protoc-gen-go` available in your path. You can find out more information here: https://github.com/golang/protobuf
|
||||
|
||||
|
||||
```sh
|
||||
$ go get -u github.com/golang/protobuf/protoc-gen-go
|
||||
$ protoc-gen-go # should now be available in your path providing you GOPATH + GOBIN paths are setup correctly.
|
||||
```
|
||||
|
||||
|
||||
### Generate code
|
||||
|
||||
Run to generate code to `backend/proto/`:
|
||||
|
||||
Reference in New Issue
Block a user