Skip to content

Watch a folder of protobuf files and recompile when changed

License

Notifications You must be signed in to change notification settings

quartercastle/protoc-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protoc-watch

Watch .proto files in a folder and auto compile them on creation or change.

Install

go get github.com/kvartborg/protoc-watch

Use in docker-compose

version: 3
services:
  dev-protoc-watch:
    image: kvartborg/protoc-watch
    command: protoc-watch --go_out=. ./protos
    volumes:
      - src/protos:/home/protos

About

Watch a folder of protobuf files and recompile when changed

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published