Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 595 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 595 Bytes

parse-proto

Parse .proto files to compiled JavaScript modules and TypeScript definitions.

Usage

Clone the repository and install dependencies:

git clone -b main https://github.com/sokkit-io/parse-proto.git
cd ./parse-proto
npm install

Set up your environment variables:

cp .env.example .env

Note: Make sure to update the .env file to reflect your local environment variables.

Run the parse-proto command to parse a .proto file:

npm run parse-proto

Example

To see how parse-proto works, check out the example directory.