imposium-template-engine
v1.8.3
Published
Javascript library for Imposium dynamic HTML templates
Downloads
151
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
.ts
files 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.sh
Specify the version type:
major, minor, patch