Write HTML in JavaScript, using template-tags.
Перейти к файлу
Keith Cirkel c4ea26a6d8
0.1.1
2021-01-14 17:54:45 +00:00
.github/workflows build: use branch main 2021-01-14 17:30:07 +00:00
src fix(until): use correct call signature for processPart 2021-01-14 17:43:31 +00:00
test feat: initial implementation 2020-10-26 15:34:24 +00:00
.eslintrc.json chore: add basic package scaffold 2020-10-26 15:32:32 +00:00
.gitignore chore: add basic package scaffold 2020-10-26 15:32:32 +00:00
CODEOWNERS chore: update team name in CODEOWNERS 2021-01-14 17:46:19 +00:00
CODE_OF_CONDUCT.md docs: CODE_OF_CONDUCT 2020-10-26 15:40:16 +00:00
CONTRIBUTING.md docs: CONTRIBUTING 2020-10-26 15:40:08 +00:00
LICENSE docs: LICENSE 2020-10-26 15:40:00 +00:00
README.md docs: use lowercase in README title 2020-10-27 13:30:57 +01:00
package-lock.json 0.1.1 2021-01-14 17:54:45 +00:00
package.json 0.1.1 2021-01-14 17:54:45 +00:00
tsconfig.json chore: add basic package scaffold 2020-10-26 15:32:32 +00:00

README.md

@github/jtml

This library is designed as a layer on top of @github/template-parts to provide declarative, JavaScript based HTML template tags.

This library is heavily inspired by lit-html, which GitHub has used in production for a while. This was created independently from lit-html for the following reasons: