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

https://github.com/xmidt-org/skeleton

A simple skeleton server where we document our conventions through real code.
https://github.com/xmidt-org/skeleton

Last synced: 2 months ago
JSON representation

A simple skeleton server where we document our conventions through real code.

Awesome Lists containing this project

README

        

# skeleton

A simple skeleton server where we document our conventions through real code.

[![Build Status](https://github.com/xmidt-org/skeleton/workflows/CI/badge.svg)](https://github.com/xmidt-org/skeleton/actions)
[![codecov](https://codecov.io/gh/xmidt-org/skeleton/graph/badge.svg?token=Y6zCWCfhib)](https://codecov.io/gh/xmidt-org/skeleton)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/skeleton)](https://goreportcard.com/report/github.com/xmidt-org/skeleton)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/skeleton/blob/main/LICENSE)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/xmidt-org/skeleton)](https://pkg.go.dev/github.com/xmidt-org/skeleton)

## Summary

The skeleton server is the place where we can define what our servers should look
like and how we assemble them. It is intentionally simple so that doing a few
important things is both simple and clear. This has the following benefits:

1. It's easy to see what we want to do.
2. It's easy to proove that it will work.
3. It's a good base for new servers that will be built.

## Details

Add details here.

## Install

Add details here.

## Contributing

Refer to [CONTRIBUTING.md](CONTRIBUTING.md).

## Code of Conduct

This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/docs/community/code_of_conduct/).
By participating, you agree to this Code.