/sample-proto

Primary LanguageJavaScriptMIT LicenseMIT

sample-proto

リリース手順

GitHub Actions経由で、リリース作業を行うことができます。
Release ActionRun workflow からリリースを実施します。

release

パッケージの利用手順

Go

$ go get -u github.com/amothic/sample-proto

TypeScript

  1. package.jsonと同じディレクトリに.npmrcを作成する
    @amothic:registry=https://npm.pkg.github.com
    
  2. npm install
    $ npm install @amothic/sample-proto