jantimon / jantimon/yarn-plugin-leaf
add run command similar to workspaces
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
yarn workspaces allow to run commands for a given workspace:
```
yarn workspace @foo/bar test
```
yarn leaf should probably allow the same:
```
yarn leaf @foo/bar test
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing `yarn leaf` command and reviewing how it receives workspace arguments. Compare its behavior with Yarn's `workspace` command, then verify that `yarn leaf @foo/bar test` runs the given command for the selected workspace.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100