Skip to content
This repository was archived by the owner on Jan 10, 2019. It is now read-only.

itn3000/mo-gen

Repository files navigation

The MagicOnion code generator

This is the fork of MagicOnion.CodeGenerator. The goal of this project is merged into MagicOnion's code generator .

How to use

Prerequisits

Install from NuGet

just do dotnet tool install -g dotnet-mo-gen

Build

  1. cd ./src/mo-gen
  2. dotnet pack -c Release
  3. dotnet tool install -g dotnet-mo-gen --add-source ./bin/Release dotnet-mo-gen

Usage

run dotnet mo-gen --help

Usage Warning

if you use multi targetted framework(TargetFrameworks), you must add -p TargetFramework=[your targetframework].

Changes from MagicOnion.CodeGenerator

Related links

About

MagicOnion client code generator (https://github.com/neuecc/MagicOnion)

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE-MagicOnion

Stars

Watchers

Forks

Packages

No packages published

Languages