-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathelm.ps1
17 lines (14 loc) · 800 Bytes
/
elm.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# How to run this file:
# PS> iwr -useb https://raw.githubusercontent.com/JayBazuzi/machine-setup/main/dev_environments/elm.ps1 | iex
iwr -useb https://raw.githubusercontent.com/JayBazuzi/machine-setup/main/windows.ps1 | iex
iwr -useb https://raw.githubusercontent.com/JayBazuzi/machine-setup/main/visual-studio.ps1 | iex
choco install nodejs
# reload powershell to get environment running
npm install --global elm-test@latest-0.19.1
npm install --global elm-format@latest-0.19.1
cinst intellijidea
# intellij elm
# link elm compiler located in C:\Program Files (x86)\Elm\0.19.1\bin\elm.exe
# link elm-format and elm-test located in C:\Users\Administrator\AppData\Roaming\npm
# Run tests via the command line (you may have to reload the terminal after installation before trying this)
# elm-test