ATD from PROTO
This is terminal application to create stub from .proto
to .atd
.
How to use
Global installation
This package has been published to npm. You can install it by running
$ yarn global add atdparser
There is only one command to generate atd from proto
.
$ atdparser create `path_to_proto_file`
Usage inside monorepo
To use it inside monorepo, please link this package to devDependencies
{
"devDependencies": {
"atdparser": "^1.0.0"
}
}``