-
Notifications
You must be signed in to change notification settings - Fork 218
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
feat: add "--no-example" arg to "pub get " command for melos bootstrap #604
Conversation
- add ``` --no-example ``` arg for ```dart/flutter pub get``` of bootstrap command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sensible, missing docs and tests though.
updated relative url |
@ankiimation could you add some docs to https://github.com/invertase/melos/blob/main/docs/commands/bootstrap.mdx and then we can merge this? :) |
udpated 💪 |
#604) * add --no-example arg for melos bs - add ``` --no-example ``` arg for ```dart/flutter pub get``` of bootstrap command * fix: set "noExample" param to optional * add document for ```--no-example``` flag --------- Co-authored-by: Lukas Klingsbo <[email protected]>
Description
--no-example
arg fordart/flutter pub get
of bootstrap command https://github.com/dart-lang/pub/pull/3856Usage
Type of Change
feat
-- New feature (non-breaking change which adds functionality)fix
-- Bug fix (non-breaking change which fixes an issue)!
-- Breaking change (fix or feature that would cause existing functionality to change)refactor
-- Code refactorci
-- Build configuration changedocs
-- Documentationchore
-- Chore