No description
Find a file
2026-01-01 10:39:54 +01:00
do-flutter-build.sh do-flutter-build.sh 2026-01-01 10:39:54 +01:00
do-git-release.sh do-git-release.sh 2026-01-01 10:13:50 +01:00
LICENSE Update License 2026-01-01 09:19:33 +01:00
README.md do-flutter-build.sh 2026-01-01 10:39:54 +01:00

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