https://github.com/astares/pharo-temple
A minimalistic template engine for Pharo
https://github.com/astares/pharo-temple
pharo
Last synced: about 1 year ago
JSON representation
A minimalistic template engine for Pharo
- Host: GitHub
- URL: https://github.com/astares/pharo-temple
- Owner: astares
- License: mit
- Created: 2019-08-13T10:32:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T14:34:27.000Z (over 2 years ago)
- Last Synced: 2025-03-25T15:32:14.365Z (about 1 year ago)
- Topics: pharo
- Language: Smalltalk
- Size: 216 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-Temple
A **minimalistic template engine** for [Pharo](http://www.pharo.org) written and maintained by astares.
[](https://github.com/astares/Pharo-Temple/actions/workflows/build.yml)
[](https://codecov.io/gh/astares/Pharo-Temple/branch/main)
[](https://www.astares.com)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
# Quick Start
## Installation via Script
```Smalltalk
Metacello new
repository: 'github://astares/Pharo-Temple/src';
baseline: 'Temple';
load
```
## Documentation
- [Usage](doc/Temple.md)
## Screenshot

## LICENSE
[MIT License](LICENSE)