Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 427 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 427 Bytes

How to use the falanx generator as tool

Falanx generator works as console program

Install it with dotnet tool

globally

dotnet tool install -g Falanx.Tool --version 0.4.*
falanx --help

or locally

dotnet tool install Falanx.Tool --version 0.4.* --tool-path "tools"
tools/falanx --help

sample1

falanx --inputfile ./sample1/bundle.proto --defaultnamespace MyNamespace --outputfile bundle.fs