I tried to find a standard template or boilerplate for wp child themes once but didn't find one – so I decided to build my own!
WPCTB is based on what I have seen in WP Plugin Boilerplate. Basically, it separates the responsibility of handling client and admin code into classes, making any alteration easy to track and work with. It also packs a autoloader to allow namespace usage inside the child theme.
You can check out more info on how it works in the GitHub repository.
I built it so I can save time handling custom themes' PHP, Javascript and styles. Now I don't have to worry about planning folder structure, using package managers, namespaces and what not. It is being pretty helpful so far.
But I still think it could get better. What you guys think about it? How could I make this silly project more useful?
