app/workspace.sh

8 lines
211 B
Bash
Raw Permalink Normal View History

2022-04-22 22:35:55 +02:00
echo "=== WORKSPACE SCRIPT RUNNING ==="
mkdir nekoya_app
cd nekoya_app
2022-04-22 22:35:55 +02:00
git clone https://gitlab.com/nekoya/app.git .
flutter create .
flutter pub get
flutter pub run flutter_launcher_icons
2022-04-22 22:35:55 +02:00
echo "=== DONE :3 ==="