imposium-template-engine
v1.9.5
Published
Javascript library for Imposium dynamic HTML templates
Maintainers
Readme
Imposium Template Engine
Using the Template Engine
For more information on using the TemplateEngine, see /docs/www/README.md
Building from Source:
run
npm i:npm i
To run a build, run
npm run build:npm run build
Watch for files changes to
.tsfiles and run the build process.npm start
All files are compilied or copied into the lib folder
Publishing to NPM:
Run the publish script:
./publish.shSpecify the version type:
major, minor, patch
