xinxinh2020 / stacks

Cloud native stacks for application development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stacks

Cloud native stacks for application development.

Local Development

# Clone the repo or just do `git pull`
git clone git@github.com:h8r-dev/stacks.git

# Watch files and develop
make watch

Run test

Each stack has its own test suite. See gin-vue test for example.

Documentation

Repo Structure

This repo provides the following CUE modules:

  • The entire repo can be imported as a CUE module.
  • Each stack can be imported as a CUE module.
  • The cuelib can be imported as a CUE module.

This repo contains the following stacks:

About

Cloud native stacks for application development

License:Apache License 2.0


Languages

Language:CUE 77.5%Language:Go 10.9%Language:Shell 3.1%Language:Makefile 2.9%Language:Dockerfile 1.7%Language:TypeScript 1.4%Language:HCL 1.3%Language:CSS 1.0%Language:JavaScript 0.2%