# Node protoc

[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/sachaw/node-protoc)

## Overview

JS/TS Wrapper for [protoc]("https://github.com/protocolbuffers/protobuf")

## Development & Building

Build the project:

```bash
pnpm build
```

Running protoc:

Yarn 2:

```bash
yarn dlx node-protoc --version
```

Global install:

```bash
npm install -g node-protoc

protoc --version
```
