Skip to content

Instantly share code, notes, and snippets.

@plasticut
Created November 13, 2015 10:28
Show Gist options
  • Save plasticut/430162ad3fc1016d5857 to your computer and use it in GitHub Desktop.
Save plasticut/430162ad3fc1016d5857 to your computer and use it in GitHub Desktop.
Convert html to jade.
sudo npm install -g html2jade
find . -name "*.html" -exec sh -c 'html2jade --donotencode --bodyless --noemptypipe "$1"' sh {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment