Bootstrapping Your Application

This functionality will be being implemented in version 0.6.0. See the project milestones for more


Generate IO State

After you have built your domains AND controllers, you can then 'autogenerate your IO State files using the following command from the root of your project:

gradle scaffold -Pargs="connector=demo.application.domain.Company"

In the EXAMPLE above, this will then create an IO State file for the Company controller in your '~/.boot/.iostate' directory.