OpenCHAMI / configurator

An extensible tool to dynamically generate configs from SMD with Jinja 2 templating support.
MIT License
1 stars 1 forks source link

Update README, bug fixes, and initial `targets` API #24

Open davidallendj opened 1 week ago

davidallendj commented 1 week ago

This PR updates the README and makes a number of small changes that simplifies the generator API and removes some of the complexity to making changes to the code. It also adds the initial implementation of the targets API for creating new targets via requests to the server, and fixes a couple of smaller bugs.