add `tt vendor` command
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 113
- Forks
- 18
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 23
Description
now vendoring for me looks like
tarantoolctl rocks list --porcelain | awk '{print $1" "$2}' | xargs -L 1 tarantoolctl rocks show --rockspec | xargs -n1 -I {} cp {} vendor/
but it would be great to have $ tt vendor command and make it easy
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 examining how existing tt subcommands are structured and how the current tarantoolctl rocks vendoring workflow maps to the requested command. Define what $ tt vendor should discover and copy into vendor/, then verify that it reproduces the listed-rocks workflow without the manual awk, xargs, and cp steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100