EntityGen.Cli 1.0.7

dotnet tool install --global EntityGen.Cli --version 1.0.7
                    
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 EntityGen.Cli --version 1.0.7
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=EntityGen.Cli&version=1.0.7
                    
nuke :add-package EntityGen.Cli --version 1.0.7
                    

used with command "entitygen" from the directory in which the entities are created. If entitygen is not recognized, add this to your shell config:

export PATH="$PATH:$HOME/.dotnet/tools"

For Zsh users:

echo 'export PATH="$PATH:$HOME/.dotnet/tools"' >> ~/.zprofile && zsh -l

For Bash users:

echo 'export PATH="$PATH:$HOME/.dotnet/tools"' >> ~/.bashrc && source ~/.bashrc

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
1.0.7 362 6/13/2025