Skip to content

Commit

Permalink
docs(readme): update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 13, 2018
1 parent 3ff9e8a commit ad42d9e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# edge
# Edge
> Template engine for Node.js with a breath of fresh air
[![travis-image]][travis-url]
[![appveyor-image]][appveyor-url]
[![coveralls-image]][coveralls-url]
[![npm-image]][npm-url]
![](https://img.shields.io/badge/Uses-Typescript-294E80.svg?style=flat-square&colorA=ddd)

Edge is logical template engine for Node.js and has supports for all [Javascript expressions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators#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](edge.adonisjs.com)

## Change log

The change log can be found in the [CHANGELOG.md](https://github.com/poppinss/edge/CHANGELOG.md) file.
Expand Down

0 comments on commit ad42d9e

Please sign in to comment.