Skip to content

kharf/cuepkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

cuepkgs

This repository is a personal collection of CUE modules hosted in an OCI (Open Container Initiative) registry.

Overview

CUE is a powerful language for defining, generating, and validating all kinds of data. In this repository, I maintain a selection of CUE packages that you can use as part of your data processing and validation workflows.

Prerequisites

Ensure you have CUE installed to use these modules. For details about how to use modules, refer to the CUE Module References Documentation.

Usage

Import a package from one of the modules found in github.com/kharf/cuepkgs/modules.

import "github.com/kharf/cuepkgs/modules/xxx/..."

Run cue mod tidy.

Example:

import "github.com/kharf/cuepkgs/modules/k8s/k8s.io/api/core/v1"

_namespace: v1.#Namespace & {
	apiVersion: "v1"
	kind:       "Namespace"
	metadata: name: "podinfo"
}

About

My central place for CUE modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages