https://github.com/netcorepal/netcorepal-yarp-template
https://github.com/netcorepal/netcorepal-yarp-template
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcorepal/netcorepal-yarp-template
- Owner: netcorepal
- Created: 2022-11-22T12:23:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T07:42:47.000Z (over 2 years ago)
- Last Synced: 2025-06-30T16:48:56.571Z (about 1 year ago)
- Language: C#
- Size: 38.1 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# netcorepal-yarp-template
[](https://github.com/netcorepal/netcorepal-yarp-template/actions/workflows/release.yml)
[](https://github.com/netcorepal/netcorepal-yarp-template/actions/workflows/dotnet.yml)
[](https://www.nuget.org/packages/NetCorePal.YARP.Template)
[](https://www.myget.org/feed/netcorepal/package/nuget/NetCorePal.YARP.Template)
[](https://github.com/netcorepal/netcorepal-yarp-template/blob/main/LICENSE)
## How to Build
```shell
dotnet pack -o ./
dotnet new uninstall NetCorePal.YARP.Template
dotnet new install NetCorePal.YARP.Template.1.0.0.nupkg
```
## How to use
```shell
dotnet new install NetCorePal.YARP.Template
dotnet new yarpingresscontroller -n yourname
```
## test
```shell
kubectl apply -f test.yaml
```