Replies: 1 comment 7 replies
-
If I understand correctly, what you're looking for is a kind of |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want the output to contain blobs taken from user-specified files.
Currently they are just imported from
txt
files as strings (with hard coded names), but how do I make it parametrizable?The blobs are big and are not appropriate for inlining as usual customization parameters.
Are there good ways, apart from obvious workaround to generates Nickel code to a temporary file?
(is it by the way idiomatic for a Nickel script to generate another Nickel script?)
Beta Was this translation helpful? Give feedback.
All reactions