https://github.com/alextanhongpin/learn-cuelang
Exploring cue-lang and the basic features
https://github.com/alextanhongpin/learn-cuelang
cue cuelang
Last synced: 11 months ago
JSON representation
Exploring cue-lang and the basic features
- Host: GitHub
- URL: https://github.com/alextanhongpin/learn-cuelang
- Owner: alextanhongpin
- Created: 2020-09-24T21:45:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T06:35:36.000Z (about 2 years ago)
- Last Synced: 2024-06-20T05:24:06.659Z (almost 2 years ago)
- Topics: cue, cuelang
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUE
## Installation
```bash
$ go install cuelang.org/go/cmd/cue@latest
```
## Tutorials
https://cuetorials.com/introduction/