-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstallAll.cmd
32 lines (30 loc) · 3.36 KB
/
installAll.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd autarky-api | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd autarky-oversight | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd battery | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd battery-provider | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd bill-api | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd client-consumption-api | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd client-database | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd client-notifier | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd consumption-adder | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd consumption-api | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd consumption-detailed | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd consumption-peak | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd consumption-provider | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd consumption-scheduler | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd consumption-verifier | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd daily-consumption-db | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd daily-production-db | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd daily-real-energy-output | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd electricity-frame | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd global-consumption-database | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd global-production-database | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd house | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd partner-api | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd producer-database | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd producers | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd production-adapter | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd production-api | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd production-provider | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd real-energy-output | npm i" &
start powershell -command "[console]::windowwidth=100; [console]::windowheight=30; cd registry-manager | npm i" &