Net2TypeScript 6.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Net2TypeScript --version 6.0.10
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Net2TypeScript --version 6.0.10
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Net2TypeScript&version=6.0.10
                    
nuke :add-package Net2TypeScript --version 6.0.10
                    

Net2TypeScript

.NET tool to generate TypeScript models from POCOs in .NET assemblies

Run dotnet tool:

dotnet tool run net2typescript

Net2TypeScript arguments:

-s|--settings       Path to JSON settings file that uses the settings "$schema" (see schema URL below).
                    If argument is omitted, the settings file is expected to be found in the same
                    folder as the Net2TypeScript executable with the file name "settings.json".

-c|--configuration  The build configuration (Release/Debug etc).
                    Emitting this parameter, enables interpolation of $(BuildConfiguration) variables in
                    the JSON settings file's path properties.
                    This is particularily useful when you want to pick assembly files from different
                    folders dynamically for different build configurations.
                    Defaults to Debug when argument is omitted.

--*                 All global properties (of "primitive" value types) in the settings file schema can
                    beset or overriden using command line arguments as an alternative to using the
                    settings file.

-h|--help           Show this help information.

 JSON schema for settings file:
 https://raw.githubusercontent.com/josundt/Net2TypeScript/master/Net2TypeScript/settings.schema.json
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
9.0.0 3,299 11/14/2024
8.0.1 5,551 4/10/2024
8.0.0 6,185 11/30/2023
7.0.4 4,720 4/27/2023
7.0.3 233 4/25/2023
7.0.2 238 4/25/2023
7.0.1 2,547 12/4/2022
7.0.0 457 11/8/2022
6.0.14 6,598 3/22/2022
6.0.12 529 3/20/2022
6.0.11 497 3/20/2022
6.0.10 493 3/20/2022