AsasKit.Cli
0.1.8
dotnet tool install --global AsasKit.Cli --version 0.1.8
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local AsasKit.Cli --version 0.1.8
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AsasKit.Cli&version=0.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package AsasKit.Cli --version 0.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AsasKit CLI (asasctl)
CLI tool for scaffolding and managing AsasKit projects.
🚀 Features
- Template Management: Install and update the
asas-kittemplate directly via CLI. - Interactive Scaffolding: Guided setup for your project, database, and Docker configuration.
- Multi-DB Support: Out-of-the-box support for PostgreSQL, SQL Server, and SQLite.
- Auto-Config: Automatically patches
.env,launchSettings.json, andappsettings.Development.jsonwith your database settings. - Ready to Run: Handles initial EF Core migrations and database creation seamlessly.
🛠️ Installation
dotnet tool install --global AsasKit.Cli
📖 Basic Usage
Install the Template
Before scaffolding your first project, install the AsasKit starter template:
asasctl template install
Create a New Project
asasctl new YourProjectName
🔗 Repository
| 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.