Abel.Tool
0.2.6
dotnet tool install --global Abel.Tool --version 0.2.6
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Abel.Tool --version 0.2.6
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Abel.Tool&version=0.2.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Abel.Tool --version 0.2.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Abel CLI Tool
Abel is an opinionated C++ build runner built around CMake + Ninja.
Commands
abel build [paths...] [--release|--debug|--configuration <name>] [--verbose]abel run [paths...] [--release|--debug|--configuration <name>] [--verbose]abel check [--verbose]abel list [--verbose]abel search <query> [--verbose]abel info <package[/variant]> [--verbose]abel init <name> [--type exe|module]abel init --list-templatesabel add <dep...> [--project <path>]abel module <name> [--project <path>] [--dir <relative-path>]abel helpabel version
Configuration precedence for build/run: CLI (--release/--debug/-c) > project.json (build.default_configuration) > Release.
Legacy header/src layout: set build.legacy_header_src_layout to true in project.json.
For abel module, --project is optional. Abel searches upward for parent project.json when omitted.
Path Resolution
- If no path is provided, Abel uses the current directory when
project.jsonexists. - If a directory has no
project.json, Abel scans immediate child directories for projects. - A direct
project.jsonfile path is also accepted.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.