LazyMagic

LazyMagic .NET CLI Tool

Prerequisites:
- GitHub Account access (per GitHub step)
Estimated Time: 2 minutes
Estimated Cost: none

The LazyMagic generator is available as a .NET CLI Tool. Install this tool even if you are using the Visual Studio IDE LazyMagic extension.

Install

  1. Open a console.
  2. Replacing your username, navigate to the C:\Users\username folder and run.

     dotnet tool install --global LazyMagicCLI --version v1.4.6 --add-source LazyMagicOrg

Update

  1. Open a console.
  2. Replacing your username, navigate to the C:\Users\username folder and run.

     dotnet tool update --global LazyMagicCLI --version v1.4.6 --add-source LazyMagicOrg

Note: You must be in the User folder to perform the install or update because the NuGet.Config file, that we added to that folder earlier, contains the information necessary to access the GitHub packages.