Skip to content

almeida-raphael/arpc_code_generator

Repository files navigation

github codecov

aRPC Code Generator

A code generator for aRPC protocol, this generator reads *.arpc.go files and creates all code needed to use run your code remotely over aRPC.

If you want more details on the protocol click here.

Installation

Run the code bellow to get the latest version of the code generator:

go install github.com/almeida-raphael/arpc_code_generator@latest

Usage

arpc_code_generator -input-path $PATH_TO_ARPC_DEFINITIONS_DIR -packages-root-path $PATH_TO_PACKAGE_CREATION_DIR

Examples

Here you can find example files to run arpc_gen command and test the aRPC protocol.

Help

run arpc_code_generator -help to get generator args help

WIP

This project is currently a work in progress and should be not used in production environments.

Authors

About

A code generator for aRPC protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages