0.1.2 • Published 7 years ago
atdparser v0.1.2
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 atdparserThere 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"
}
}``