EOM.Template.WebAPI
1.10.7
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 EOM.Template.WebAPI::1.10.7
This package contains a .NET Template Package you can call from the shell/command line.
🚀 快速开始 (基于脚手架)
本项目已提供标准的 .NET 模板,你可以通过 dotnet new 快速生成自己的项目结构。
1. 安装模板
打开终端,运行以下命令安装最新的脚手架模板:
```bash
dotnet new install EOM.Template.WebAPI
```
2. 生成新项目
在你想要创建新项目的空文件夹中,运行以下命令(将 MyCompany.MyProject 替换为你自己的项目名称):
```bash
dotnet new eom-api -n MyCompany.MyProject
```
这就完成了!模板会自动帮你重命名所有的解决方案、工程文件以及代码中的命名空间。
3. 卸载模板(可选)
如果需要卸载模板,可以运行:
```bash
dotnet new uninstall EOM.Template.WebAPI
```
-
.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.