Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jianxuanbing/Bing.CodeGenerator

Bing 框架代码生成器
https://github.com/jianxuanbing/Bing.CodeGenerator

Last synced: 3 days ago
JSON representation

Bing 框架代码生成器

Awesome Lists containing this project

README

        

# Bing.CodeGenerator
## 生成可执行文件
```
# 集成环境
dotnet publish -c release -r win-x64 --self-contained false /p:PublishSingleFile=true
# 独立环境
dotnet publish -c release -r win-x64 --self-contained true /p:PublishSingleFile=true
```