tarantool / tarantool/tt

tt create: enable tt create Without Prior `tt init`

Open
#1,028 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

2sp feature teamE
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.