A CLI tool for installing, updating, and managing GodotNodeExtension components in your Godot project.
- Install components from the official repository
- Install NuGet dependencies automatically
- Install example files with
--exampleoption - Update all installed components with the
updatecommand - Fully supports English output for international use
GodotNodeExtensionInstaller.exe install <ComponentName> [--example]
GodotNodeExtensionInstaller.exe update [<ProjectPath>]
GodotNodeExtensionInstaller.exe list
GodotNodeExtensionInstaller.exe check [<ProjectPath>]
This project is licensed under the MIT License. See LICENSE for details.