GRPC linting with buf and kotlin
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Lothar Schulz 0b28ba3d7d
feat
fix package assignment
2022-01-30 22:11:31 +01:00
gradle/wrapper init 2022-01-28 22:27:32 +01:00
src/main feat 2022-01-30 22:11:31 +01:00
.gitignore init 2022-01-28 22:27:32 +01:00
build.gradle.kts feat 2022-01-30 22:11:31 +01:00
gradlew init 2022-01-28 22:27:32 +01:00
gradlew.bat init 2022-01-28 22:27:32 +01:00
Procfile init 2022-01-28 22:27:32 +01:00
README.md doc 2022-01-30 01:37:03 +01:00
settings.gradle.kts init 2022-01-28 22:27:32 +01:00

tmux based workflow

# tmux installation https://linuxize.com/post/getting-started-with-tmux/
tmux
# Ctrl-b % to split into two panes
# Ctrl-b o to switch to original pane

# run the server
./gradlew clean run

# Ctrl-b o to switch to the second pane
./gradlew HelloClient

# Ctrl-b o to switch to original pane
# Ctrl-c to kill the server

# Ctrl-b x to kill panes and tmux session

lint

# buf cli installation: https://docs.buf.build/installation
buf lint src/main/proto --config src/main/proto/buf.yaml