Keats / kickstart

A scaffolding tool to get new projects up and running quickly
MIT License
354 stars 24 forks source link

Using directory option without including the directory folder #64

Open seagoj opened 10 months ago

seagoj commented 10 months ago

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

Keats commented 10 months ago

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