ItzNotABug / appexpress

An express.js like framework for Appwrite Functions, enabling super-easy navigation!
Apache License 2.0
39 stars 4 forks source link

Feat: View Engine Support #9

Closed ItzNotABug closed 4 months ago

ItzNotABug commented 4 months ago

This PR adds a support for view engines like -

  1. EJS
  2. HBS
  3. PUG
  4. Custom Engine Config.

HBS was tested against packages -

ItzNotABug commented 4 months ago

Live @ https://appexpressdev.appwrite.global Seems to work fine atm.


Options for testing types: type => can be string (default), html, hbs, ejs, pug or md.

https://appexpressdev.appwrite.global/?type=${type}