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
- Host: GitHub
- URL: https://github.com/vpayno/cuelang-workspace
- Owner: vpayno
- License: mit
- Created: 2024-01-19T03:07:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T16:40:38.000Z (over 1 year ago)
- Last Synced: 2025-01-19T06:26:22.054Z (9 months ago)
- Topics: cuelang
- Language: CUE
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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@latestprintf "\n"
cue version
```