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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package SmartBit.Tools.ApiGen --version 2.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.