Feature Request
Create a morphir-elm sbt plugin that is tasked with wrapping the morphir-elm CLI
Description of Problem:
Morphir is capable of using its morphir-elm make, morphir-elm gen, and morphir-elm test commands to generate code and run tests.
We have a need to generate Morphir IR and use morphir-elm's code generation capability within Scala builds.
We should create an SBT plugin that allows us to accomplish this.
Potential Solutions:
While we can bootstrap this process by doing SBT specific file and process creation, it should be noted we will want to accomplish the same behavior for Mill and scala-cli (and possibly Gradle).
Feature Request
Create a morphir-elm sbt plugin that is tasked with wrapping the morphir-elm CLI
Description of Problem:
Morphir is capable of using its
morphir-elm make,morphir-elm gen, andmorphir-elm testcommands to generate code and run tests.We have a need to generate Morphir IR and use
morphir-elm's code generation capability within Scala builds.We should create an SBT plugin that allows us to accomplish this.
Potential Solutions:
While we can bootstrap this process by doing SBT specific file and process creation, it should be noted we will want to accomplish the same behavior for
Millandscala-cli(and possibly Gradle).