mirror of
https://github.com/openpeeps/tim
synced 2026-01-02 12:34:35 +00:00
No description
|
|
||
|---|---|---|
| .github | ||
| bindings/node/tim | ||
| editors | ||
| example | ||
| src | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| CODE_OF_CONDUCT.md | ||
| LICENSE | ||
| README.md | ||
| tim.nimble | ||

⚡️ A high-performance templating engine & markup language
Fast • Compiled • Source-to-Source • Interpreter
nimble install tim / npm install @openpeeps/tim
Key features
- Fast, compiled, clean syntax
- Template engine
- Source-to-Source transpilation to Nim, Go, JavaScript
- Standalone CLI & AST-based Interpreter
- Standard Library
- Transpiles timl code to JavaScript for CSR (Client-Side Rendering)
- Built-in Browser Sync & Reload
- Built-in Package Manager
- Written in Nim language 👑
wip