LogicBlocksGenerator 0.1.2
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 LogicBlocksGenerator --version 0.1.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local LogicBlocksGenerator --version 0.1.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LogicBlocksGenerator&version=0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package LogicBlocksGenerator --version 0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LogicBlocksGenerator
LogicBlocksGenerator is a code gen tool for quickly creating setting up all the boiler plate code needed in order to use Chickensoft's LogicBlocks inside of a Godot project.
While Chickensoft's LogicBlocks being installed is not a requirement to run this tool, you should have it installed anyways. So go do that part first.
Tested on
- Windows 11
- MacOS
- *Nix
build
dotnet build
run
Example, if you have a project namespace of "MyGame" and a folder "Application" which you want to generate a LogicBlock for, the following command will output the necessary files to ./MyGame/Application/State/*
dotnet run -- \
--namespace MyGame.Application \
--name Application \
--template ./templates \
--output ./MyGame/Application/ \
--overwrite
run tests
dotnet test LogicBlocksGenerator.Tests/
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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.