-
Notifications
You must be signed in to change notification settings - Fork 12
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
[SUGGESTION]: Integrate melos to simplify task execution #307
Comments
I think hooks are better in this case. Everyone has git, instead of relying on melos. Everyone would need to install their cli. Melos is good if you are eg. Developing a federated package/plugin. Not sure it beats git hooks in our usecase though. |
How would we use hooks to execute build_runner ? I was looking at simplifying some of the commonly used tasks during development so instead of typing |
But most of the time people forget to setup Git Hooks @Xazin so it wont run by default right? |
That is not really an issue though. Melos is built for mono repos, this isn't one. It's overkill to use it as such. You would also need to run one command to have melos working, just as you would hooks. So that cannot be the argument. |
Okay @Xazin |
We currently need to manually run commands to execute tasks like build_runner, format testing, analyzing etc. These are common tasks that can be run multiple times during development. We can integrate melos which will act as a Makefile for our flutter project, creating shortcuts for all tasks like building buiild_runner.
Some tasks that could be simplified include :-
flutter analyze
.The text was updated successfully, but these errors were encountered: