Mob is a simple, fast, and powerful cli for flutter projects.
Just run the following command:
pip3 install --index-url https://test.pypi.org/simple/ mob-devely
And add the following line to your .bashrc
file:
export PATH="$PATH:$HOME/Library/Python/{your Python version}/bin"
Don't forget to verify your Python version on command above and restart your terminal.
It's very simple. Just run mob
in your terminal. You can also run mob --help
to see all the commands.
mob generate
: Generate all files automatically.mob setup
: Setup your project.mob pullrequest
: Create a pull request.