Concerto v0.80.2
This release adds two new functions to the ModelManager
JS API:
getModels
returns an array containing the name and Concerto source for all model files registered with the model manager.writeModelsToFileSystem
writes all models in this model manager to the specified path in the file system.
We also include a experimental CLI for concerto, this is available with npm i -g @accordproject/concerto-cli
Finally, this release restructures the concerto code base to a monorepo and includes https://github.com/accordproject/concerto-tools here. This is not expected to introduce any functional changes. https://github.com/accordproject/concerto-tools will now be deprecated.