Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gowon/buildtool.template
https://github.com/gowon/buildtool.template
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gowon/buildtool.template
- Owner: gowon
- License: mit
- Created: 2023-08-12T16:24:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T06:35:33.000Z (9 months ago)
- Last Synced: 2024-04-18T07:47:45.616Z (9 months ago)
- Language: C#
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BuildTool.Template
A template for scaffolding a vendor-less, modern, extensible build pipeline for your project in .NET 6+ using [Bullseye](https://github.com/adamralph/bullseye), [SimpleExec](https://github.com/adamralph/simple-exec) and [System.CommandLine](https://github.com/dotnet/command-line-api).
## Installation
## Usage
### Scaffold New Project
```powershell
dotnet new build-tool
```### Using Build Tool
Ping Cloudflare DNS server
```powershell
.\build.ps1 ping --additional-args="--endpoint 1.1.1.1"
```## Inspiration
-
-
-
-## License
MIT
## Attribution
[construction helmet](https://thenounproject.com/icon/construction-helmet-2074586/) by Template from [Noun Project](https://thenounproject.com/browse/icons/term/construction-helmet/) (CC BY 3.0)