##Twigify##
Twigify converts Drupal 7 phpTemplate themes into Drupal 8 Twig themes :)
###Instructions###
- Download and install the Twigify module in a Drupal 7 installation.
- Enable it.
- Add a Drupal 7 Theme that you would like to convert to your 'sites/all/themes' directory
- CD to the root of the Drupal Installation
- drush cc all
- drush cron
- drush twigify
- Follow the on screen instructions
###Known Issues###
####No support for .inc preprocessing files#### We have tested this module on Bartik, Stark, Zen and Omega. We have not created functionality to search for .inc that are preprocessing files - so Omega fails miserably.
####Running Converted Theme in Drupal 8####
Otherwise in Drupal 8, you can enable the theme and see it running with limited functionality (save for the error as detailed above.)