0.1.3 • Published 11 years ago

html2code v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
11 years ago

#Html2Code

Html2Code is a tool that convert raw html into 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

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago