Net2TypeScript 6.0.10
There is a newer version of this package available.
See the version list below for details.
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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Net2TypeScript --version 6.0.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.