Skip to content

Html2Code is a tool that convert raw mess html into beautified code snippet.

Notifications You must be signed in to change notification settings

kaze13/html2code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Html2Code is a tool that convert raw mess html into beautified code snippet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published