mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 14:27:28 +00:00
Update README.md
This commit is contained in:
parent
6d697bb3c4
commit
777e417d84
13
README.md
13
README.md
@ -4,16 +4,19 @@
|
|||||||
|
|
||||||
> Yet another templating engine 📠
|
> 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 💥
|
## Quickstart 💥
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Go to examples
|
||||||
|
cd examples/simple
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
npm i cometa
|
npm i
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
node examples/simple/app.js
|
node app.js
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setup 🏗
|
## Setup 🏗
|
||||||
@ -47,6 +50,10 @@ new Cometa({
|
|||||||
npm i cometa
|
npm i cometa
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Run 🚀
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Reference 📒
|
## Reference 📒
|
||||||
|
|
||||||
### Variable
|
### Variable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user