Skip to content

Releases: djurnamn/js-template-engine

v1.0.1

06 Feb 22:28
Compare
Choose a tag to compare

v1.0.1 Released

Features:

  • prettier moved from devDependencies to dependencies

v1.0.0

06 Feb 21:05
Compare
Choose a tag to compare

v1.0.0 Released

Features:

  • Core engine for transforming JS/JSON to HTML templates.
  • React and BEM extensions for JSX components and BEM class naming.
  • CLI for easy template processing.

Install:

npm install js-template-engine

or

yarn add js-template-engine

More:

For usage and examples, see the repo.