ETOOBUSY 🚀 minimal blogging for the impatient
A skfold module for Mojolicious applications
TL;DR
I uploaded a module to generate Mojolicious applications using skfold.
Mojolicious comes with its minting application that allows getting started with it, but I found that over and over I was settling onto a common pattern and I wanted to grasp it into something more reusable.
Additionally, I wanted to optionally include support for Minion too, which can be done with a command-line option.
If skfold is already installed (not the Docker image, sorry!), it’s easy to add this module:
mkdir -p ~/.skfold/modules
cd ~/.skfold/modules
git clone https://github.com/polettix/skfold-module-mojo.git mojo
I hope you will find it useful… future me 🙄