You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 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
andscala-cli
(and possibly Gradle).The text was updated successfully, but these errors were encountered: