Micronaut Launch
Generates Micronaut applications.
Installation
The CLI application comes in various flavours from a universal Java applications to native applications for Windows, Linux and OS X. These are available for direct download on the releases page. For installation see the Micronaut documentation.
If you prefer not to install an application to create Micronaut applications you can do so with curl
directly from the API:
$ curl https://launch.micronaut.io/demo.zip -o demo.zip
$ unzip demo.zip -d demo
$ cd demo
$ ./gradlew run
Run curl https://launch.micronaut.io
for more information on how to use the API or see the API documentation referenced below.
UI
If you prefer a browser based user interface you can visit Micronaut Launch.
The user interface is written in React and is a static single page application that simply interacts with the https://launch.micronaut.io API.
API
API documentation for the production instance can be found at:
API documentation for the snapshot /development instance can be found at:
Documentation
See the Snapshot Documentation for the current development docs.
Snapshots and Releases
Snaphots are automatically published to Sonatype OSSRH using Github Actions.
See the documentation in the Micronaut Docs for how to configure your build to use snapshots.
Releases are published to Maven Central via Github Actions.
A release is performed with the following steps:
- Publish the draft release. There should be already a draft release created, edit and publish it. The Git Tag should start with
v
. For examplev1.0.0
. - Monitor the Workflow to check it passed successfully.
- Celebrate!