Wyam Modules
Plugins for the Wyam static generator
C# against the Wyam API
What It Is
Details
I was heavily involved in the Wyam project for a time (now called Statiq, I believe). I wrote several modules for it:
- ReadApplicationInput: Reads data piped in from the command line
- Objects: Creates documents from any C# object
- Sql: Creates documents from SQL execution (an extension of Objects, above)
- XML: Creates documents from an XML string (an extension of Objects, above)
- GenerateCloudSearchData: Generates JSON to index with Amazon Cloud Search (note: this is very old and communicates with an external service, so I’d be shocked if it still worked)
- Scriban: A template engine using Scriban (note: this was never published as an official module)