flutterfy-cli
Combination of Flutter
+ Simplify
Instead of copy pasting scripts for every new flutter project I'm working on I can just run f
on a flutter project and run these common daily tasks.
Usage
f clean
f fix
f fix
f bump major|minor|patch|build
f generate swagger|icon|assets
f open ios|android
f release beta|production
Install
Clone the repo in your designated folder
git clone git@github.com:cesarferreira/flutterfy-cli.git
Now add to your ~/.bashrc
or ~/.zshrc
alias f="ruby -Ilib PATH_TO_GEM_FOLDER/f/bin/f"
Nice to Have