Add workspace.bat (Windows)
This commit is contained in:
parent
aa732da8fa
commit
0134ca18c4
1 changed files with 8 additions and 0 deletions
8
workspace.bat
Normal file
8
workspace.bat
Normal file
|
@ -0,0 +1,8 @@
|
|||
@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 ==="
|
Loading…
Reference in a new issue