atdparser

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i atdparser

Weekly Downloads

8

Version

0.1.2

License

ISC

Unpacked Size

23.9 kB

Total Files

19

Last publish

Collaborators

  • broerjuang