mirror of
https://github.com/gomods/athens
synced 2026-02-10 16:58:10 +00:00
* 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
7 lines
208 B
PowerShell
Executable File
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
|