iscp-proto

module
v0.2.2-0...-e1f0025 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2023 License: Apache-2.0

README

iscp-proto

iSCPv2のProtocolBuffer

Prerequisite

  • buf

  • npm ※ Typescriptの生成のみ

    npm install @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf
    
  • go ※ gogoprotoの生成のみ

     go install github.com/gogo/protobuf/protoc-gen-gogofast@v1.3.2
     go run github.com/x-motemen/ghq@latest get github.com/gogo/protobuf/gogoproto
    

Usage

  1. gitサブモジュールとして利用します

    git submodule add https://github.com/aptpod/iscp-proto.git iscp-proto
    # or
    git submodule add git@github.com:aptpod/iscp-proto.git iscp-proto
    
  2. プロジェクトのルートにbuf.gen.yaml を作成します。iscp-proto/buf.gen.yaml または iscp-proto/buf.gen.gogoproto.yaml を参考に編集します。

  3. コードを生成します。

# ソースコードの生成
buf generate iscp-proto/proto

gen ディレクトリに生成したコードは配置済みです。

License

Directories

Path Synopsis
gen

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL