kickstart 0.6.0

A simple way to get started with a project by scaffolding from a template powered by the Tera engine
Documentation
1
2
3
4
5
6
7
8
9
name = "Test template"
description = "A description"
kickstart_version = 1

[[variables]]
name = "project_name"
default = "123"
prompt = "What's the name of your project?"
validation = "^([a-zA-Z][a-zA-Z0-9_-]+)$"