Skip to content

Commit ab83a31

Browse files
committed
update
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent 6b6ba11 commit ab83a31

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
## About
1717
Tim Engine is a powerful development tool designed to boost developer productivity. It combines a high-performance templating engine with a versatile micro programming language, enabling developers to create dynamic web applications with ease.
1818

19-
Additionally, Tim Engine supports source-to-source transpilation to multiple target languages: Lua, Python, Ruby, JavaScript and PHP.
19+
Additionally, Tim Engine supports source-to-source transpilation to multiple target languages: **Lua**, **Python**, **Ruby**, **JavaScript** and **PHP** and **Nim**. Note that all transpilation targets are currently in very early stages of development and may not yet be fully functional or stable.
20+
21+
The primary focus of the project is currently on the core templating engine and its features, with transpilation capabilities being developed incrementally over time.
2022

2123
## Key features
2224
- ⚡️ Fast, Compiled, Clean syntax
@@ -28,16 +30,12 @@ Additionally, Tim Engine supports source-to-source transpilation to multiple tar
2830
- 🪄 SPA Awareness with support for client-side routing and dynamic content updates
2931
- 👑 Written in Nim language
3032

31-
3233
## Getting Started
33-
_todo_
34+
To get started with Tim Engine, you can install it using Nimble, or download the latest release from GitHub. For detailed installation instructions and usage examples, please refer to the [Official Documentation](https://tim.openpeeps.dev/).
3435

3536
## Documentation
3637
- [API Reference](https://openpeeps.github.io/tim/)
37-
38-
### Source-to-Source Transpilation
39-
This feature allow developers to keep their front-end codebase in a single language (Tim Engine's language), enabling seamless integration with various back-end technologies. Current supported target languages are: Lua, Python, Ruby, JavaScript and PHP. Basically, you write your front-end once, and transpile it to one or more target languages as needed.
40-
38+
- [Official Documentation](https://tim.openpeeps.dev/)
4139

4240
### ❤ Contributions & Support
4341
- 🐛 Found a bug? [Create a new Issue](https://github.com/openpeeps/tim/issues)
@@ -49,4 +47,4 @@ This feature allow developers to keep their front-end codebase in a single langu
4947

5048
### 🎩 License
5149
Tim Engine | `LGPLv3` license. [Made by Humans from OpenPeeps](https://github.com/openpeeps).<br>
52-
Copyright &copy; 2024 OpenPeeps & Contributors &mdash; All rights reserved.
50+
Copyright &copy; 2026 OpenPeeps & Contributors &mdash; All rights reserved.

0 commit comments

Comments
 (0)