app/workspace.bat
2022-04-23 03:34:33 +07:00

8 lines
No EOL
190 B
Batchfile

@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 ==="