#Html2Code
Html2Code is a tool that convert raw mess html into beautifeid code snippet.
like this:
str += '<html>' str += '<body>' str += ' <h1>My First Heading</h1>' str += ' <p>My first paragraph.</p>' str += '</body>' str += '</html>'
Installation:
npm install -g html2code
##Usage:
html2code prefix postfix
Input the raw html into the editor, save and quite. Result will be shown in another editor.
License
MIT