blueimp-tmpl

v3.11.0
1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like Node.js, module loaders like RequireJS, Browserify or webpack and all web browsers.
javascript templates templating

format

prettier-eslint --no-semi --single-quote --write **/*.js

lint

eslint .

unit

mocha

test

npm run lint && npm run unit

build

cd js && uglifyjs tmpl.js -c -m -o tmpl.min.js --source-map url=tmpl.min.js.map

preversion

npm test

version

npm run build && git add -A js

postversion

git push --tags origin master master:gh-pages && npm publish

Metadata

  • MIT
  • Whatever
  • Sebastian Tschan
  • released 8/27/2017

Downloads

Maintainers