LogicBlocksGenerator 0.1.2

There is a newer version of this package available.
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
                    
if you are setting up this repo
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
                    
nuke :add-package LogicBlocksGenerator --version 0.1.2
                    

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 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.

Version Downloads Last Updated
0.1.4 133 1/9/2026
0.1.3 117 1/9/2026
0.1.2 122 1/9/2026