emblem2hbs, by patientslikeme, is an awesome utility that can convert single Emblem files to HBS. This script attached takes it a step farther and converts all emblem files in your project to HBS. Here is how to do it:
- Install emblem2hbs:
npm install -g emblem2hbs
- Drop the
emblem_to_hbs.rb
file from this gist into the root directory of your project - Run
ruby emblem_to_hbs.rb
. This will convert any.emblem
files in your project to HBS
Thank you for this! 🙌 Quick and easy.