Baking custom templates for Code Generation
PHP 5.2+, CakePHP 2.0+
Copyright 2012, Nurulazrad Murad (https://github.com/azrad)
cd working_dir/app/Console/Templates
git clone git://github.com/azrad/cakephp-bootstrap-template.git Bootstrap
working_dir/app/Console/cake bake project --skel Console/Templates/Bootstrap
working_dir/app/Console/cake bake all
cd working_dir
git submodule add git://github.com/azrad/cakephp-bootstrap-template.git app/Console/Templates/Bootstrap