GitHub - kaze13/html2code: Html2Code is a tool that convert raw mess html into beautified code snippet.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Stars

2 stars

Watchers

2 watching

Forks

0 forks

Releases

No releases published