kickstart
kickstart copied to clipboard
Using directory option without including the directory folder
First off, great project! It really solves a problem for me.
Is there a way/could there be a way to use the files within the set directory option without adding the directory itself?
I have this to begin my template.toml:
name = "Kickstart"
description = "example"
kickstart_version = 1
directory = "template_root"
However, when i use this template, I get a ./template_root when I really just expected the files in ./template_root
I think it makes sense? I would need to re-familiarize myself with this codebase, I haven't used it in ages and is probably due for some refresh