vsekhar / webconfig

A proposal for a runtime configuration specification for web sites and applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webconfig

A proposal for a runtime configuration specification for web sites and applications.

Getting started

Install Go

Follow the instructions at golang.org.

Install Cue

$ go get -u cuelang.org/go/cmd/cue

Discussion

Why Cue?

Cue is an open constraint language designed to be readable, composable and strongly typed. It has several practical and theoretical capabilities that help manage the scope and complexity of the web.

About

A proposal for a runtime configuration specification for web sites and applications.

License:Apache License 2.0