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

https://github.com/vpayno/cuelang-workspace

CUE Language Workspace
https://github.com/vpayno/cuelang-workspace

cuelang

Last synced: 7 months ago
JSON representation

CUE Language Workspace

Awesome Lists containing this project

README

          

# cuelang-workspace

Personal workspace/scratch space for learning CUElang.

`CUE` => Configure, Unify, Execute

## Tutorial Sources

- [CUElang](https://cuelang.org/docs/)
- [Cuetorials](https://cuetorials.com/)
- [Introduction to Cuelang](https://dev.to/eminetto/introduction-to-cuelang-2631)

## Install

```bash { background=false category=setup closeTerminalOnSuccess=true excludeFromRunAll=true interactive=true interpreter=bash name=setup-install-cue promptEnv=true terminalRows=10 }
go install cuelang.org/go/cmd/cue@latest

printf "\n"

cue version
```