0.1.2 • Published 5 years ago

atdparser v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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"
  }
}``

snapshot