blakef / protify

Browserify Protocol Buffer Tranform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browserify Protocol Buffer Transform

Uses ProtoBuf.js to transform .proto files

This is currently restricted to targetting commonjs output.

Installation

npm i protify -D

Usage

browserify -x protobufjs -t protify ./fileWhichImportsProtoFile.js > bundle.js

About

Browserify Protocol Buffer Tranform

License:MIT License


Languages

Language:JavaScript 85.0%Language:Protocol Buffer 15.0%