protofu 1.0.1
protofu: ^1.0.1 copied to clipboard
ProtoFu compiles protos for you! Transitive dependency tracking, protoc downloading, and more.
example/readme.md
Example #
Run the following:
dart pub global activate protofu
protofu
Or
dart ../bin/protofu.dart
ProtoFu will read the protofu.yaml
file, download protoc
, the dart plugin,
and googleapis
. Then it will process the proto/*
folder and compile all
outputs into lib/src/generated
.