ater.web.templates
7.0.0-pre1111
This is a prerelease version of ater.web.templates.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install ater.web.templates::7.0.0-pre1111
This package contains a .NET Template Package you can call from the shell/command line.
说明
The web framework with best practices base on ASP.NET Core.
基于ASP.NET Core
和Entity Framework Core
的快速开发模板,提供一个规范化的项目目录及工程结构。
集成了ater.droplet.cli
代码生成工具,帮助你生成基础代码,减少重复性的代码编写工作。
版本
版本 | .NET版本 |
---|---|
6.x | .NET6 |
7.x | .NET7 |
下载安装
使用源代码安装
- 拉取源代码
- 执行
install.ps1
脚本安装。
使用Nuget安装
模板已经发布到nuget
上,请根据你的项目版本下载对应的模板。
dotnet new --install ater.web.templates::6.0.1
创建项目
dotnet new atapi
or
dotnet new atapi -n <projectname>
数据迁移
7.0之前
项目src\Database\EntityFramework.Migrator
目录下,执行脚本MigrationContext.ps1
。
cd src\Database\EntityFramework.Migrator
.\MigrationContext.ps1
7.0及之后
移除了EntityFramework.Migrator
,迁移代码将直接生成在Http.API
项目中。
可直接scripts\EFMigrations.ps1
脚本生成迁移内容,程序在启动时会执行迁移。
运行项目
cd src\Http.API
dotnet watch run
使用
请查阅使用文档!
-
.NETStandard 2.0
- 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 |
---|---|---|
8.2.3 | 147 | 7/23/2024 |
8.1.0 | 308 | 4/3/2024 |
8.0.2 | 709 | 3/1/2024 |
8.0.1 | 423 | 2/19/2024 |
8.0.0 | 539 | 2/6/2024 |
8.0.0-rc1 | 629 | 1/17/2024 |
7.1.2 | 668 | 5/24/2023 |
7.1.1 | 258 | 5/18/2023 |
7.1.0 | 239 | 5/15/2023 |
7.1.0-rc2 | 345 | 4/21/2023 |
7.1.0-rc1 | 357 | 4/15/2023 |
7.0.2 | 450 | 2/15/2023 |
7.0.1 | 513 | 11/27/2022 |
7.0.0-rc2 | 375 | 11/23/2022 |
7.0.0-rc1 | 362 | 11/22/2022 |
7.0.0-pre1111 | 420 | 11/11/2022 |
7.0.0-pre0929 | 457 | 9/29/2022 |
7.0.0-pre09 | 466 | 9/28/2022 |
6.0.0-beta1 | 421 | 8/11/2022 |
1.1.0 | 630 | 6/21/2022 |
1.0.2 | 566 | 5/18/2022 |
Web快速开发框架