ByronMayne / AsyncApi-Generator-CSharp

A C# implemention of the AsyncApi generator used to create both client and servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsyncApi Generator CSharp

This repository contains the source to template for AsyncApi Generator to generate both a C# client and server.

🚧 Construction Notice 🚧 This project is very much a work in progress and don't expect to use it in production.

Setup

To get your workspace setup for development use the setup.bat at the root of the project. This will create the required symlinks needed to generate the server

Running

You can us the generator by running the following command

ag.cmd {templatePath} --output {outputDirectory}

Additional Arguments:

  • --force-write: Write to a directory even if it already has files
  • --namespace: The namespace to use for the generated classes. Defaults to 'AsyncApi`
  • --outputKind: You can choose 'Server' or 'Client'

About

A C# implemention of the AsyncApi generator used to create both client and servers.

License:Apache License 2.0


Languages

Language:TypeScript 99.3%Language:Batchfile 0.7%