stamp-cli 0.3.2

A cli tool for applying project templates
1
2
3
4
5
6
7
8
9
10
11
12
[meta]

[[questions]]
id = "name"
type = "string"
prompt = "Name of the container"
default = "rust"

[[questions]]
id = "image"
type = "string"
prompt = "Image to use"