https://github.com/gitpod-samples/template-dotnet-core-cli-csharp
A CLI template for .NET, written in C#, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
https://github.com/gitpod-samples/template-dotnet-core-cli-csharp
csharp dotnet gitpod template
Last synced: 3 months ago
JSON representation
A CLI template for .NET, written in C#, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
- Host: GitHub
- URL: https://github.com/gitpod-samples/template-dotnet-core-cli-csharp
- Owner: gitpod-samples
- Created: 2020-12-08T14:19:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T11:49:45.000Z (about 1 year ago)
- Last Synced: 2025-03-24T12:56:21.310Z (3 months ago)
- Topics: csharp, dotnet, gitpod, template
- Language: C#
- Homepage: https://www.gitpod.io
- Size: 16.6 KB
- Stars: 35
- Watchers: 10
- Forks: 100
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A .NET Core CLI template on Gitpod
This is a [.NET Core CLI](https://docs.microsoft.com/en-us/dotnet/core/introduction) template configured for ephemeral cloud development environments on [Gitpod](https://www.gitpod.io/).
## Next Steps
Click the button below to start a new development environment:
[](https://gitpod.io/#https://github.com/gitpod-io/template-dotnet-core-cli-csharp)
## Get Started With Your Own Project
### A new project
Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
### An existing project
To get started with .NET Core CLI on Gitpod, add a [`.gitpod.yml`](./.gitpod.yml) file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/getting-started) documentation.