-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
New command to add a package into the current workspace.
> dart pub workspace add [pkgs/blah]
Would:
- Complain if [pkgs/blah] is already has
resolution: workspace - resolve [pkgs/blah] as a glob relative to the current package
- add [pkgs/blah] to the workspace of the current package.
- change all the resolved packages to have resolution: workspace
Metadata
Metadata
Assignees
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug