https://github.com/worksofliam/apug
A version of pugjs for ILE applications.
https://github.com/worksofliam/apug
Last synced: 4 months ago
JSON representation
A version of pugjs for ILE applications.
- Host: GitHub
- URL: https://github.com/worksofliam/apug
- Owner: worksofliam
- Created: 2018-09-15T21:37:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T18:48:11.000Z (over 7 years ago)
- Last Synced: 2025-07-28T07:36:36.716Z (11 months ago)
- Language: HTML
- Size: 41 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## apug
apug is a version of the pugjs templating engine for ILE applications. It's primary purpose is for CGI applications.
#### More info
* [Available ILE APIs](https://github.com/WorksOfLiam/apug/wiki/APIs)
* [apug Syntax Documentation](https://github.com/WorksOfLiam/apug/wiki/Syntax-examples)
#### Building
To make use of apug, you need to build these modules:
1. `src/arraylist.rpgle`
2. `src/apug.rpgle`
You should then bind these modules to the programs that you want to use apug with. You can optionally make a service program too.