diff --git a/workspace.bat b/workspace.bat new file mode 100644 index 0000000..e0cfc1d --- /dev/null +++ b/workspace.bat @@ -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 ===" \ No newline at end of file