Skip to content

no0law1/protocpiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protocpiler

Protocpiler generates javascript or typescript files based on a proto contract.

It contains the protoc executable from Google which is used to create your wanted files.

Installing

Using npm

npm install protocpiler --save

Using yarn

yarn add protocpiler

Running

From proto to typescript

protocpiler typescript <input_dir> <output_dir>

From proto to javascript

protocpiler javascript <input_dir> <output_dir>

License

This project is licensed under the MIT License - see the LICENSE.md file for details

TODO

  • Build with babel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published