Open
Description
I have a plugin based static site generator that I would like to be able to staticrypt with.
It currently uses top-down render pipeline via a series of callbacks similar to Grunt.js, and it would be excellent if there was a JS API I could leverage in my codebase to generate the encrypted artifact.
I have a workaround in mind where I can write a plugin to write the contents to the output path and then encrypt the resulting output document on disk.
Having briefly looked at the codebase, I'm not sure where to start with a PR on this functionality, but I am curious if this is something y'all have considered or roadmapped?
Metadata
Metadata
Assignees
Labels
No labels
Activity