Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)