dtgorski/avronaut

Apache Avro IDL Transpiler

0.2.0 2024-04-03 16:52 UTC

This package is not auto-updated.

Last update: 2024-05-01 17:08:12 UTC


README

Apache Avro IDL Transpiler

Installation

$ composer require dtgorski/avronaut

@dev

Try make:

$ make

 make help           Displays this list
 make clean          Removes generated files
 make dist-clean     Removes generated files and ./vendor
 make install        Installs ./vendor dependencies
 make update         Updates ./vendor dependencies
 make test           Executes unit tests
 make test-all       Runs linter, static analysis, unit tests
 make sniff          Runs linter on source and tests
 make sniff-fix      Tries to fix linter complaints
 make analyse        Performs static analysis

 Usage: make <TARGET> [ARGS=...]

License

MIT - © dtg [at] lengo [dot] org