html-template-tag

v4.1.0
ES6 Tagged Template for compiling HTML template strings.
html template tag es6 string literals

prepare

husky install

type:check

tsc src/*.ts --noEmit

format

prettier --write --ignore-unknown {src,test}/*

format:check

prettier --check {src,test}/*

test

vitest run --coverage

pre-commit

lint-staged

prebuild

rimraf dist && mkdir dist

build

npm run build:types && npm run build:lib

build:types

tsc src/*.ts --declaration --emitDeclarationOnly --outDir dist

build:lib

rollup -c

postversion

git push && git push --tags
npm i html-template-tag

Metadata

  • MIT
  • Whatever
  • Antonio Villagra De La Cruz
  • released 8/17/2024

Downloads

Maintainers