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

https://github.com/mheers/cue-helper

CUE-Helper is a tool to help you manage your CUE files.
https://github.com/mheers/cue-helper

cue cuelang

Last synced: 4 months ago
JSON representation

CUE-Helper is a tool to help you manage your CUE files.

Awesome Lists containing this project

README

          

# CUE-Helper

CUE-Helper is a tool to help you manage your [CUE](https://github.com/cue-lang/cue) files.

## Why?

As stated in https://github.com/cue-lang/cue/issues/2170 we can not manipulate lists in CUE using the golang API.

This tool is a workaround to this problem. It allows you to manipulate lists in CUE files. It also simplifies getting and setting values - also directly in CUE strings.