tt create: enable tt create Without Prior `tt init`
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 113
- Forks
- 18
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 23
Description
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.
Current Workflow:
tt init
tt create simple --name MyTarantoolApp
simple locates in templates/simple dir.
Proposed Workflow:
tt create --path path_to_template --name MyTarantoolApp
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the tt create and tt init command paths, using the existing templates/simple directory and the documented current workflow as reference. Determine how tt create --path path_to_template --name MyTarantoolApp should locate and use a template without prior initialization. Done means the proposed workflow works independently of tt init.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100