jade反编译

安装html2jade 

npm install html2jade -g

反编译,默认输出同名jade

html2jade test2.html

反编译为其他文件名

html2jade test2.html > t.jade
原文地址:https://www.cnblogs.com/tinyphp/p/5688468.html