2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
6dfb238364 |
|||
|
49016373e1 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
6dfb238364 |
cmds.projects.CmdCreateFile: Fix double-double quotes
CmdCreateFile creates quotes in- and outside of tmpl_render(), which makes for one too many. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
49016373e1 |
cmds.projects.CmdCreateFile: Add module
Add CmdCreateFile as a command to generate files from project metadata. It uses the new tmpl_render() engine, might serve as a central location to replace other code generating files, let's see how that evolves. Signed-off-by: Jan Lindemann <jan@janware.com> |