bracki
10/21/2021, 1:58 PM#!/usr/bin/env -S buf generate buf.build/authzed/api:7a18d413329a4f4fb0c4237afb640e8e --template
---
version: "v1"
# The plugins to run.
plugins:
# The name of the plugin.
# Required.
# By default, buf generate will look for a binary named protoc-gen-NAME on your $PATH.
- name: ts
# The the relative output directory.
# Required.
out: gen/ts
# See "available plugin parameters"
# https://github.com/timostamm/protobuf-ts/blob/master/MANUAL.md#the-protoc-plugin
opt: generate_dependencies,long_type_string
# The custom path to the plugin binary, if not protoc-gen-NAME on your $PATH.
# Assuming you have installed @protobuf-ts/plugin in the working directory:
path: ./node_modules/@protobuf-ts/plugin/bin/protoc-gen-ts
Jake
10/21/2021, 2:10 PMJake
10/21/2021, 2:11 PMbracki
10/21/2021, 2:18 PMJoey
10/21/2021, 2:41 PMJoey
10/21/2021, 2:41 PMJoey
10/21/2021, 2:42 PMcostap
10/21/2021, 4:41 PMuser
10/21/2021, 4:43 PMcostap
10/21/2021, 4:44 PMuser
10/21/2021, 4:46 PMuser
10/21/2021, 4:48 PMuser
10/21/2021, 4:48 PMcostap
10/21/2021, 4:53 PMuser
10/21/2021, 4:54 PMcostap
10/21/2021, 4:55 PMuser
10/21/2021, 4:55 PMJonathan Whitaker
10/21/2021, 5:37 PMuser
10/21/2021, 5:46 PMuser
10/21/2021, 5:47 PMuser
10/21/2021, 6:09 PMJonathan Whitaker
10/21/2021, 6:16 PMJonathan Whitaker
10/21/2021, 7:39 PMcostap
10/22/2021, 3:38 PMcostap
10/22/2021, 3:40 PMuser
10/22/2021, 4:20 PMuser
10/22/2021, 4:20 PMcostap
10/22/2021, 5:00 PM