1.0.1 • Published 2 years ago

hhc v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

hhc

a helpful html compiler

install - npm i hhc -g usage - hhc input.html output.html

why hhc?

  • write your familiar html just with additional features
  • import html components
<import path="./file" foo="bar" />
  • use vars passed to the components
<p>hello $foo</p>
  • no need to make up class names.
<style>         |  <style>
p {             | p.hhc1 {
}               | }
</style>        | </style>
<p> hello </p>  | <p class="hhc1"> hello </p>
  • multi line comments we enjoy!
/* comment */
1.0.0

2 years ago

1.0.1

2 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago