squirrelly

v9.1.0
Lightweight, fast, and powerful JS template engine. Supports helpers, filters, template inheritance
squirrelly helpers template inheritance handlebars ejs template engine typescript types

lint

eslint src/*.ts test/*.spec.ts examples/* --ext .js,.ts

prebuild

rimraf dist

build

rollup -c rollup.config.ts && typedoc --out docs --target es6 --mode modules src

release

npm run build && np

start

rollup -c rollup.config.ts -w

test

jest --coverage

test:watch

jest --coverage --watch

test:prod

npm run lint && npm run test -- --no-cache

deploy-docs

ts-node tools/gh-pages-publish

report-coverage

cat ./coverage/lcov.info | coveralls

commit

git-cz

travis-deploy-once

travis-deploy-once --pro

format

prettier-standard --format '{src,test}/**/*.ts'
npm i squirrelly

Metadata

  • MIT
  • >=6.0.0
  • Ben Gubler
  • released 7/2/2024

Downloads

Maintainers

Ben Gubler