SmartBit.Tools.ApiGen 2.0.3

Prefix Reserved
dotnet tool install --global SmartBit.Tools.ApiGen --version 2.0.3
                    
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 SmartBit.Tools.ApiGen --version 2.0.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SmartBit.Tools.ApiGen&version=2.0.3
                    
nuke :add-package SmartBit.Tools.ApiGen --version 2.0.3
                    

SmartBit API Generator

Tool for generating APIs based on EF Model

Usage

smartbit-apigen [configfile] [--options]

by default it looks for a config file called apigen.yml

Sample config apigen.yml

Assembly: bin\Debug\net8.0\myproject-with-efmodel-context.dll
OutputDirectory: Controllers
Namespace: my.project.root.namespace.Controllers
Force: false

Commandline arguments

 -a, --assembly                 assembly path

  -o, --output-dir               Output directory

  -n, --namespace                Namespace for the generated APIs

  -f, --force                    (Default: false) Overwrite if file exists

  --help                         Display this help screen.

  --version                      Display version information.

  Configuration File (pos. 0)    (Default: apigen.yml) Path to configuration
                                 file

Important

This tool was developed for personal use.

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
2.0.3 237 4/24/2025
2.0.2 215 4/20/2025
2.0.1 250 4/13/2025