Custom engine? #1566
Unanswered
blake-mealey
asked this question in
Q&A
Custom engine?
#1566
Replies: 1 comment 2 replies
-
|
What are you referring to by „engine”? #620 has some hints on how to invoke Eleventy programmatically. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to create a custom engine? Also, while I'm here, is using the Node API of eleventy a supported feature?
I'm working on a project to generate documentation from a set of CI pipeline definition files (Azure Pipelines YAML templates), and I'm thinking about essentially wrapping an eleventy project in a custom CLI, for which I'd like to use the Node API. I think a neat way of implementing it would be to create a custom engine which parses the YAML files into markdown. Does that seem like a reasonable approach?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions