netherte
Version:
A template engine that supports custom filters and compiles templates into rendering functions.
41 lines (24 loc) • 904 B
Markdown
# Nether Template Engine
A template engine that supports custom filters and compiles templates into rendering functions.
## Features 🛠️
- **fast** - Written with performance in mind.
- **easy** - Setup environments and have fun, that is it!
- **free** - Available for download and usage at no cost.
> `NetherTE` requires NodeJS Runtime to run, use Bun in development.
## Download ✨
You can get the pre-built Docker image from [NPM](https://www.npmjs.com/package/netherte). Alternatively, you can run from source with Bun.
## Develop 💖
### Install
```bash
bun i
```
### Run
```bash
bun run build
```
## Contribution 🤝
Welcome to submit Issues and Pull Requests! I will update this project when I have time.
## Known Issues 📌
- Probably more, that's why we have a bug tracker ;)
## License 📜
[NetherTE](https://git.xmsl.im/WolfYangFan/NetherTE) is licensed under WTFPL.