Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adieu/awesome-cue
A curated list of awesome CUE frameworks, libraries and software
https://github.com/adieu/awesome-cue
List: awesome-cue
awesome awesome-list cue cuelang
Last synced: 7 days ago
JSON representation
A curated list of awesome CUE frameworks, libraries and software
- Host: GitHub
- URL: https://github.com/adieu/awesome-cue
- Owner: adieu
- Created: 2019-11-26T15:32:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T05:04:02.000Z (over 4 years ago)
- Last Synced: 2024-05-23T00:01:12.996Z (6 months ago)
- Topics: awesome, awesome-list, cue, cuelang
- Size: 3.91 KB
- Stars: 54
- Watchers: 9
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome CUE
## Projects
*Projects using CUE*
* [systool](https://github.com/hdonnay/systool) - Generate shell scripts using CUE
* [cue-ansible](https://github.com/adieu/cue-ansible) - Write Ansible Playbooks in CUE
* [vim-cue](https://github.com/jjo/vim-cue) - CUE syntax highlighting plugin for Vim
* [testing](https://github.com/ipcf/testing) - A cuelang testing package
* [vscode-cue](https://github.com/betawaffle/vscode-cue) - CUE language support for Visual Studio Code
* [cue-mode.el](https://github.com/phaer/cue-mode.el) - A simple Emacs major mode for cuelang
* [cfn-cue](https://github.com/TangoGroup/cfn-cue) - CUE CloudFormation Schemas## Talks
* [CUE: a data constraint language and shoo-in for Go](https://www.youtube.com/watch?v=b3fhA12KS48)
* [Cloud Native Configuration Management 2020 and beyond](https://www.youtube.com/watch?v=GMMPBZIrqqE)
* [TGI Kubernetes 098: CUE templating language](https://www.youtube.com/watch?v=pyfU_ne-kOc)## Tutorials
* [The Configuration Complexity Curse](https://blog.cedriccharly.com/post/20191109-the-configuration-complexity-curse/) - Discussion on [Reddit](https://www.reddit.com/r/programming/comments/dwt9gj/the_configuration_complexity_curse_dont_be_a_yaml/) and [Lobsters](https://lobste.rs/s/qderac/configuration_complexity_curse_don_t_be)
## Other Configuration Language
* [jsonnet](https://jsonnet.org/)
* [dhall](https://github.com/dhall-lang/dhall-lang)
* [starlark](https://github.com/bazelbuild/starlark)