Update README.md

This commit is contained in:
Nicco 2018-02-22 12:49:11 +01:00 committed by GitHub
parent 6d697bb3c4
commit 777e417d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -4,16 +4,19 @@
> Yet another templating engine 📠
Cometa is a templating engine with **no dependencies** written in `JS`. That was the reason because it was created.
Cometa is a templating engine with **no dependencies** written in `JS`. That was the reason it was created.
## Quickstart 💥
```bash
# Go to examples
cd examples/simple
# Install
npm i cometa
npm i
# Run
node examples/simple/app.js
node app.js
```
## Setup 🏗
@ -47,6 +50,10 @@ new Cometa({
npm i cometa
```
## Run 🚀
## Reference 📒
### Variable