Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.95 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.95 KB

Edge

Template engine for Node.js with a breath of fresh air

travis-image appveyor-image coveralls-image npm-image

Edge is logical template engine for Node.js and has supports for all Javascript expressions.

Features

  • Minimal core, functionality added via Tags.
  • Simple developer API to add your own Tags.
  • Support for layouts, partials and components.
  • Support for all valid Javascript expressions.
  • Identical to Javascript.
  • Small learning curve.

Make sure to read official docs

Change log

The change log can be found in the CHANGELOG.md file.

Contributing

Everyone is welcome to contribute. Please go through the following guides, before getting started.

  1. Contributing
  2. Code of conduct

Authors & License

thetutlage and contributors.

MIT License, see the included MIT file.