TypedTree.Generator.Cli 2.0.1224

dotnet add package TypedTree.Generator.Cli --version 2.0.1224
NuGet\Install-Package TypedTree.Generator.Cli -Version 2.0.1224
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TypedTree.Generator.Cli" Version="2.0.1224" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TypedTree.Generator.Cli --version 2.0.1224
#r "nuget: TypedTree.Generator.Cli, 2.0.1224"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TypedTree.Generator.Cli as a Cake Addin
#addin nuget:?package=TypedTree.Generator.Cli&version=2.0.1224

// Install TypedTree.Generator.Cli as a Cake Tool
#tool nuget:?package=TypedTree.Generator.Cli&version=2.0.1224

TypedTree-Generator Cli tool.

Can be used to generate scheme files for the TypedTree-Editor

Installation

Add a reference to the cli-tool to a ItemGroup section your of your csproj.

<DotNetCliToolReference Include="TypedTree.Generator.Cli" Version="2.0.*" />

Usage

There two ways to invoke the tool:

  1. Manually execute dotnet typedtree-generator from a command prompt.
  2. Add a post-build step to your csproj file: (Outside of a ItemGroup or PropertyGroup)
<Target Name="GenerateTreeScheme" AfterTargets="Build">
    <Exec Command="dotnet typedtree-generator \
    -a $(OutputPath)NameOfAssembly.dll \
    -r NameOfRootType \
    -s PublicConstructorParameters \
    -o output.treescheme.json"/>
</Target>

Help

For additional info on the arguments run dotnet typedtree-generator --help

For more general documentation and examples visit the github project typedtree-generator-dotnet.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1224 530 8/16/2019
1.2.1019 1,167 7/19/2019
1.1.888 637 4/22/2019
1.1.885 590 4/22/2019
1.0.865 537 4/21/2019
1.0.862 556 4/21/2019
1.0.857 570 4/21/2019
1.0.850 586 4/20/2019
1.0.847 584 4/19/2019
1.0.840 591 4/19/2019
1.0.834 551 4/19/2019
0.1.826 522 4/19/2019
0.1.824 522 4/19/2019