Init git repo via flag
Open
cli
discussion
enhancement
proposal
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to have a flag to have the CLI run `git init` in the new project's folder. Easiest might be `--git`.
A possible alternate route would be to have the ability to specify a remote origin (maybe via `--repository=...` or `--git=...`). The would run `git init` and then set the remote origin.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the CLI flag parsing and the project-folder creation flow. Decide whether the first scope is a --git flag for git init or also remote-origin configuration, then verify that the chosen behavior initializes the new project as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, typescript
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100