mirror of https://github.com/dotnet/tye.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| .config | 6 years ago | |
| .github/workflows | 6 years ago | |
| .vscode | 6 years ago | |
| build | 6 years ago | |
| samples | 6 years ago | |
| src | 6 years ago | |
| test/E2ETest | 6 years ago | |
| .editorconfig | 6 years ago | |
| .gitignore | 6 years ago | |
| Directory.Build.props | 6 years ago | |
| Directory.Build.targets | 6 years ago | |
| LICENSE.txt | 6 years ago | |
| README.md | 6 years ago | |
| nuget.config | 6 years ago | |
| tye.sln | 6 years ago | |
| version.json | 6 years ago | |
README.md
Tye
What tye can do:
- Run multiple projects locally.
- Easily manage dependencies running containers.
- Automatically build Docker images by following .NET's conventions.
- Generate manifests for Kubenetes (static deployments/services, Helm Charts, OAM).
- Express relationships and dependencies between services.
- Make secret management and service discovery easy.
- Let you configure all of this with C# code (
.csx) or yaml!
Current Status
Tye is the combination of Opulence and Micronetes into a single tool.
There's not much to see here right now, but keep watching this space for updates.
Installing the tye CLI
TBD
Getting started
TBD
Code of conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.