This is a companion to my Hanami 2 Application Template, which is a intended to get you started with building a full web application.
Hanami 2 is useful for more than just web apps, so this is a minimal application template to serve as a basis for any sort of non-web projects.
It includes a bin/app
script that demonstrates booting the Hanami app in non-web mode.
Most of the scaffolding from the web application template has been stripped away; if something there is still useful for you, you should be able to copy it over manually.
To create an application from this template, click the “Use this template” button above.
Then, once you’ve cloned your new repository, run:
./bin/install name_of_your_app
This will rename all instances of AppPrototype
within (in all its case variations) to
the name of your application.
See README.app.md for operating the generated application.