Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mt package #6

Open
mschwartz opened this issue Sep 10, 2021 · 2 comments
Open

mt package #6

mschwartz opened this issue Sep 10, 2021 · 2 comments

Comments

@mschwartz
Copy link
Contributor

Adds or modifies a package in dependencies within pub spec.yaml files.

This command can replace package version references in pubspec.yaml files with a path to the local copy of the package.

This allows you to work on package source code locally and test it, before publishing it again.

mt package needs the functionality to reverse this - replace relative path with bumped version number.

mt package needs functionality to remove package altogether.

@mschwartz
Copy link
Contributor Author

Subcommands:

mt package add
mt package link
mt package unlink
mt package remove

@mschwartz
Copy link
Contributor Author

Use pub api to see if package is a valid one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant