ReportMagic.Cli 3.9.4

dotnet new install ReportMagic.Cli::3.9.4
This package contains a .NET Template Package you can call from the shell/command line.

Creates a template ReportMagic project for .NET 7.0.

To install (or update) the template, type:

dotnet new install ReportMagic.Cli

Once installed, go to an empty folder and type:

dotnet new reportmagic [--name Project.Namespace] [--apiTokenName=YourTokenName] [--apiTokenKey=YourTokenKey]

If you do not specify the namespace with --name, the folder name is used instead.
If you do not specify an API key, modify the appsettings.json file. After this, build
and run with:

dotnet run

This should attempt to run the Report Schedule specified in appsettings.json.

You should then inspect and modify the contents of Application.cs.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.9.4 503 7/13/2023
3.9.3 141 7/12/2023
3.9.2 150 7/12/2023
3.9.1 147 7/12/2023
3.9.0 164 7/12/2023

Initial release.