10000 GitHub - StarpTech/protoc-action: Cross-platform protoc action with Dart plugin included
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

StarpTech/protoc-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protoc-action

This action sets up a protoc environment for use in actions. It works on Linux, Windows, and macOS and includes Dart plugin.

Usage

steps:
  - uses: actions/checkout@v1
  - uses: abelfodil/protoc-action@v1
    with:
      protoc-version: '3.13.0'
      enable-dart: true
      dart-version: '2.9.2'
  - run: protoc -Ipath/to/protos path/to/protos/* --dart-out=path/to/dart/out --js_out=path/to/js/out

About

Cross-platform protoc action with Dart plugin included

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%
0