Skip to content

NMertsch/sila2-protogenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SiLA 2 Proto Generator

Tool to convert SiLA 2 features (e.g. SiLAService-v1_0.sila.xml) to a Protobuf service description.

Usage during development

Run dotnet run SiLAService-v1_0.sila.xml SiLAService.proto. This generates the file SiLAService.proto`.

Build

Run dotnet publish -c Release -r win-x64 -o .. This generates SiLA2ProtoGenerator.exe.

Usage

Run SiLA2ProtoGenerator.exe SiLAService-v1_0.sila.xml SiLAService.proto from inside the current directory (required until the xsl files are bundled).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published