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
- Host: GitHub
- URL: https://github.com/reconmap/model-definitions
- Owner: reconmap
- Created: 2022-12-10T09:30:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T18:41:44.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T04:23:06.933Z (about 2 years ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```