Files
athens/scripts/ps/get_dev_tools.ps1
marpio fa16c6950b Powershell scripts (#525)
* port scripts to ps

* remove ps core features

* init script

* make it work on ps 5.0

* sync with make file

* cleanup

* cleanup

* review feedback

* newline
2018-08-24 19:44:36 +02:00

7 lines
208 B
PowerShell
Executable File

# install_dev_deps.ps1
# Ensure that the tools needed to build locally are present
& go get github.com/golang/lint/golint
& go get github.com/golang/dep/cmd/dep
& go get github.com/gobuffalo/buffalo/buffalo