app/workspace.bat

8 lines
190 B
Batchfile
Raw Normal View History

2022-04-22 22:34:33 +02:00
@echo off
echo "=== WORKSPACE SCRIPT RUNNING ==="
mkdir nekoya_flutter
cd nekoya_flutter
git clone https://gitlab.com/nekoya/app.git .
flutter create .
flutter pub get
echo "=== DONE :3 ==="