Static.Voyager
1.0.6
.NET Core 3.1
dotnet tool install --global Static.Voyager --version 1.0.6
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 Static.Voyager --version 1.0.6
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Static.Voyager&version=1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Static.Voyager --version 1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This is a dotnet tool that takes a single argument that is a relative path to a .graphql schema.
Internally the graphql schema is converted to an introspection json format and compiled into a voyager template.
This file is then written into a new folder called __docs__ in the working directory.
Voyager.html can then be viewed in the browser.
This tool was designed to be run in ci and requires node.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.