# Micronaut

## What is it

Unlike reflection-based IoC frameworks that load and cache reflection data for every single field, method, and constructor in your code, with Micronaut, your application startup time and memory consumption are not bound to the size of your codebase.

## Installation

```bash
sdk install micronaut
```

## Generate project

```bash
mn create-app io.mart.moneykeeper --build gradle
```

* io.mart will be a package
* moneykeeper will be a folder

### Website generator

[LINK](https://micronaut.io/launch/)
