mirror of
https://gitee.com/dgflash/oops-game-kit.git
synced 2026-05-09 05:15:39 +08:00
17 lines
259 B
Batchfile
17 lines
259 B
Batchfile
md extensions
|
|
cd extensions
|
|
|
|
IF EXIST oops-plugin-excel-to-json (
|
|
goto update
|
|
) ELSE (
|
|
goto clone
|
|
)
|
|
|
|
:clone
|
|
git clone -b master https://gitee.com/dgflash/oops-plugin-excel-to-json.git
|
|
|
|
:update
|
|
cd oops-plugin-excel-to-json
|
|
git pull
|
|
|
|
npm install |