Open Satbek opened 1 week ago
Currently, the tt create command requires users to run tt init beforehand to create custom template. The proposed feature allows tt create to function without needing prior tt init.
tt init
tt create
Current Workflow:
tt init tt create simple --name MyTarantoolApp
simple locates in templates/simple dir.
templates/simple
Proposed Workflow:
tt create --path path_to_template --name MyTarantoolApp
Currently, the tt create command requires users to run
tt init
beforehand to create custom template. The proposed feature allowstt create
to function without needing priortt init
.Current Workflow:
simple locates in
templates/simple
dir.Proposed Workflow: