What's the sbt command for creating new lagom microservicem in an existing project?

Viewed 271

What's the sbt command for creating new lagom microservice in an existing project?

I tried to search this question on google as well as separately in lagom documentation, but didn't find any luck. Right now I am using a very long path of creating new folder and manually copying files, and then manually changing the configuration.

1 Answers

There's a GitHub issue lagom/lagom#81 that discussed it.

In there Fabrice Sznajderman mentions that he's created a scaffolding plugin for Lagom called Fabszn/scaffolding-plugin-lagom. It's been a while, so I am not sure how compatible it is with the current Lagom releases.

Related