No description
| do-flutter-build.sh | ||
| do-git-release.sh | ||
| LICENSE | ||
| README.md | ||
Helpers
Scripts which aid in certain tasks and scenarios.
do-git-release.sh
Creates and commits a new tagged release for a git repository.
do-flutter-build.sh
Generates the build files for a Flutter project, needed for release.
Installation
sudo cp -v do-git-release.sh /usr/local/bin sudo cp -v do-flutter-build.sh /usr/local/bin
echo "alias do-git-release='/usr/local/bin/do-git-release.sh'" | tee -a ~/.bashrc.d/alias > /dev/null echo "alias do-flutter-build='/usr/local/bin/do-flutter-build.sh'" | tee -a ~/.bashrc.d/alias > /dev/null
source ~/.bashrc