Fruga is written in PHP. It's a "cli" program (for command line use).
I don't use a generalist framework.
This tool only use one libraries for the moment to manage mardown format. In the future, I'll probably use some library for image processing in particular.
fruga
|_____ fruga.php
|
|_____ src
|
|_____ sites
|
|_____ vendor
fruga.php file is the script to start the generator.
src folder contains app source code.
sites folder contains all websites to manage.
vendor folder contains external libraries.
sites folder will be detailed in dedicated section.
(Sorry for the sometimes approximate English. If you want me to correct something, please contact me.)