-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Is it possible to generate multiple output files with cog?
For example I have python dictionary:
MODULE_ACTIONS_DICT = {
"contractors": ["add", "delete", "edit", "find", "get"],
"invoices": ["add", "delete", "download", "edit", "find"],
"expenses": ["find","get"],
........
}
I would like to use cog to create multiple source files, one file per dictionary key and using dictionary values to parametrize those files.
I wonder if cog is right tool for this task... Alternatively I can use jinja2
Metadata
Metadata
Assignees
Labels
No labels