MVC framework and boilerplate for every Hungry Mind's WordPress projects.
Make sure you have WP-CLI, Composer and npm installed
# Clone the theme at the root of your new project
git clone https://github.com/Syltaen/syltaen
# Run the setup to install WordPress and all dependencies
./syltaen/app/lib/setup.sh
# Make : create a new class from a template
wp syltaen make (post|tax|controller|processor|helper|style|script) [name]