Created
November 13, 2015 10:28
-
-
Save plasticut/430162ad3fc1016d5857 to your computer and use it in GitHub Desktop.
Convert html to jade.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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