@politico/interactive-templates

v1.5.0
Templating engine for generating codebases.

dev

nodemon --ignore dist --exec npm run build

build

rollup --config config/rollup.es.js

postbuild

node ./bin/post-build.js

test

nyc mocha $(find src/**/**/test.js -name '*.js') --require "@babel/register" --timeout 30000

test-specific

mocha $(find src/**/**/test.js -name '*.js') --require "@babel/register" --timeout 30000 -g

posttest

rmdir test 2>/dev/null ; exit 0;

posttest-specific

npm run posttest
npm i @politico/interactive-templates

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 1/12/2022

Downloads