Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriens/chocolatey-ytt
Chocolatey package source code for ytt
https://github.com/adriens/chocolatey-ytt
chocolatey configuration k8s kubernetes lint templates templating testing yaml yml
Last synced: about 6 hours ago
JSON representation
Chocolatey package source code for ytt
- Host: GitHub
- URL: https://github.com/adriens/chocolatey-ytt
- Owner: adriens
- License: apache-2.0
- Created: 2020-11-14T06:13:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T19:57:52.000Z (over 2 years ago)
- Last Synced: 2024-12-12T17:14:49.150Z (about 2 months ago)
- Topics: chocolatey, configuration, k8s, kubernetes, lint, templates, templating, testing, yaml, yml
- Language: PowerShell
- Homepage: https://community.chocolatey.org/packages/ytt
- Size: 26.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/bx5ilrwq7i59t0ob?svg=true)](https://ci.appveyor.com/project/adriens/chocolatey-ytt)
[![Chocolatey](https://img.shields.io/chocolatey/v/ytt.svg)](https://chocolatey.org/packages/ytt)
[![Chocolatey](https://img.shields.io/chocolatey/dt/ytt.svg)](https://chocolatey.org/packages/ytt)![Twitter Follow](https://img.shields.io/twitter/follow/carvel_dev?label=Follow%20Carvel.dev&style=social)
![Project banner](choco-ytt-banner.png)
# Usage
To install `ytt` and get an optimal experience on windows, just:
- [x] :cinema:[Discover `ytt` in video](https://youtu.be/KbB5tI_g3bo)
- [x] Follow classic choco [instructions](https://chocolatey.org/packages/ytt/) to install/upgrade
- [x] Install [ytt VS Code extension](https://marketplace.visualstudio.com/items?itemName=ewrenn.vscode-ytt)
- [x] :newspaper: Follow [carvel.dev on Twitter (formerly k14s)](https://twitter.com/carvel_dev)
- [x] :star: Star and follow [k14s organization and repos](https://github.com/vmware-tanzu/carvel)
- [x] :book: Read the [VMWare Tanzu article that introduces k14s aka. Kubernetes Tools](https://tanzu.vmware.com/content/blog/introducing-k14s-kubernetes-tools-simple-and-composable-tools-for-application-deployment) why ytt has been created
- [x] :rocket:Discover [VMWare Open Source Program Office](http://vmware.github.io/)
- [x] :smiley_cat: Enjoy# For developers only section
## Build locally
```
git clone https://github.com/adriens/chocolatey-ytt.git
cd chocolatey-ytt
ant make
```