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

https://github.com/reconmap/model-definitions

Models used in all Reconmap architecture tiers/layers defined as YAML for autogeneration
https://github.com/reconmap/model-definitions

Last synced: 3 months ago
JSON representation

Models used in all Reconmap architecture tiers/layers defined as YAML for autogeneration

Awesome Lists containing this project

README

          

# Reconmap model definitions

This repository contains model definitions that are used to generate code in Golang, Typescript and PHP, needed in Reconmap CLI, frontend and backend tiers.

## Requirements

- [Pocoglot](https://github.com/reconmap/pocoglot)

## Usage

```
make
# or
make go-files
make ts-files
make php-files
```