mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-05 20:40:39 +00:00
Update README.md
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user