Skip to content

DevSetup is a tool for developers to install consistent development environments across all members of a team. The goal is to eliminate the 'it works in my environment' mentality by ensuring all members have the same set of 'known good' tools.

License

Notifications You must be signed in to change notification settings

pwshdevs/devsetup

Repository files navigation

devsetup

Installation

To install devsetup run the command below, ensure you are running it from an elevated shell (Administrator) when running on Windows as some of the commands need Administrator privileges (for instance, installing NuGet).

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser -Force
iwr https://install.pwshdevs.com/devsetup | iex

Once devsetup is installed run the command below to initialize your environment.

devsetup -init

About

DevSetup is a tool for developers to install consistent development environments across all members of a team. The goal is to eliminate the 'it works in my environment' mentality by ensuring all members have the same set of 'known good' tools.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages