kitlangton / zio-app

Quickly create and develop full-stack Scala apps with ZIO and Laminar.
124 stars 33 forks source link

Document how to create zio-app command line executable #15

Closed softdevca closed 11 months ago

softdevca commented 3 years ago

The README` shows how to create a native image but not how to turn that into an executable named 'zio-app' as shown in the examples.

kitlangton commented 3 years ago

Ah yes. You'd have to do sbt 'show cli/nativeImage', and then move the output of that command to your path. But yeah—I should add that to the official docs :)