Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jianxuanbing/Bing.CodeGenerator
Bing 框架代码生成器
https://github.com/jianxuanbing/Bing.CodeGenerator
Last synced: 3 days ago
JSON representation
Bing 框架代码生成器
- Host: GitHub
- URL: https://github.com/jianxuanbing/Bing.CodeGenerator
- Owner: jianxuanbing
- Created: 2019-07-22T12:31:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T03:09:50.000Z (5 months ago)
- Last Synced: 2024-11-13T04:51:49.119Z (3 days ago)
- Language: C#
- Homepage:
- Size: 39.9 MB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```