tarima

v4.7.14
Templating madness!
templating template partial views

dev

npm run test:run -- -w

lint

eslint lib bin

mocha

_mocha --bail --exit --recursive --file ./tests/helpers.js -bR spec tests/*.test.js

test:run

NODE_ENV=test npm run mocha --

cover

nyc --silent --x '**/tests/**' -- npm run test:run

cover:up

codecov --file=coverage/lcov.info --disable=gcov -e TRAVIS_NODE_VERSION

html:report

nyc report -r html

ci:report

nyc report -r lcov && npm run cover:up

test:ci

npm run cover && npm run ci:report

test

npm run lint && npm run test:run --

Metadata

  • MIT
  • >=0.8
  • Alvaro Cabrera
  • released 9/2/2020

Downloads

Maintainers