mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 06:17:29 +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 📠
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user