fastify / point-of-view

Template rendering plugin for Fastify
MIT License
335 stars 86 forks source link

Swig support #396

Open rtritto opened 9 months ago

rtritto commented 9 months ago

Prerequisites

🚀 Feature Proposal

Add support for template engine Swig.

https://www.npmjs.com/package/free-swig https://github.com/freecycle/free-swig

Motivation

No response

Example

No response

Uzlopak commented 9 months ago

The problem with additional template engines is not that we dont want them, but that we dont have the resources to add them pro actively.

So if you want your preferred engine added to @fastify/view you should provide a PR. With unit tests and typings tests.

multivoltage commented 4 months ago

Is this library? https://www.npmjs.com/package/swig It seems deprecated and last commit was done on 2014. maybe can it be considered useless to implement it?

rtritto commented 4 months ago

free-swig package is mantained and it's the successor of swig package.