Skip to content

Commit

Permalink
docs: add link to example project
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler authored Sep 14, 2023
1 parent c91d420 commit a7e5bc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The project consists of three modules:
- **generator** - Code generator for models based on a schema that can be read by hale, includes a basic command line interface.
- **instances** - Convert model objects to and from instances that can be read/written with the hale API. This indirectly allows reading/writing model objects, e.g. from/to XML or GML files

An example project using the generator to generate classes, read and write data can be found [here](https://github.com/halestudio/hale-codegen-example).

## Project status

This project is a **proof of concept** which means that it was implemented to cover a specific use case to a certain extent and comes with some limitations.
Expand Down

0 comments on commit a7e5bc6

Please sign in to comment.