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.
<PackageVersion Include="TypedTree.Generator.Cli" Version="2.0.1224" />
<PackageReference Include="TypedTree.Generator.Cli" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TypedTree.Generator.Cli --version 2.0.1224
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#:package TypedTree.Generator.Cli@2.0.1224
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TypedTree.Generator.Cli&version=2.0.1224
#tool nuget:?package=TypedTree.Generator.Cli&version=2.0.1224
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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:
- Manually execute
dotnet typedtree-generatorfrom a command prompt. - Add a post-build step to your csproj file: (Outside of a
ItemGrouporPropertyGroup)
<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.
-
.NETCoreApp 2.2
- CommandLineParser (>= 2.4.3)
- McMaster.NETCore.Plugins (>= 0.2.4)
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Microsoft.Extensions.Logging (>= 2.2.0)
- Microsoft.NETCore.App (>= 2.2.0)
- TypedTree.Generator.Core (>= 2.0.1224)
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 | 784 | 8/16/2019 |
| 1.2.1019 | 1,385 | 7/19/2019 |
| 1.1.888 | 850 | 4/22/2019 |
| 1.1.885 | 794 | 4/22/2019 |
| 1.0.865 | 755 | 4/21/2019 |
| 1.0.862 | 763 | 4/21/2019 |
| 1.0.857 | 787 | 4/21/2019 |
| 1.0.850 | 805 | 4/20/2019 |
| 1.0.847 | 797 | 4/19/2019 |
| 1.0.840 | 805 | 4/19/2019 |
| 1.0.834 | 768 | 4/19/2019 |
| 0.1.826 | 740 | 4/19/2019 |
| 0.1.824 | 738 | 4/19/2019 |