Skip to content

Development apps

Git

The famous Git version control system.

chocolatey:

choco install git.install

winget:

winget install Git.Git

GitHub Desktop

GitHub Desktop is an open source Electron-based GitHub app. It is written in TypeScript and uses React.

chocolatey:

choco install github-desktop

winget:

winget install -e --id GitHub.GitHubDesktop

VSCode

Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Linux, macOS and Windows. See also vscode for more related stuff.

chocolatey:

choco install vscode

winget:

winget install vscode

Hugo

Hugo is the world’s fastest framework for building websites, written in Go. See also hugo for more related stuff.

chocolatey:

choco install hugo-extended

Go compiler is needed for Hugo modules

choco install golang

Comments