An open API service indexing awesome lists of open source software.

https://github.com/chadnpc/cdevenvsetup

Setting up a C/C++ development environment 1 minute.
https://github.com/chadnpc/cdevenvsetup

Last synced: over 1 year ago
JSON representation

Setting up a C/C++ development environment 1 minute.

Awesome Lists containing this project

README

          

# C-devbox setup script

```PowerShell

<#
.SYNOPSIS
Initializes a C/C++ development environment
.EXAMPLE
Start-CdevEnvSetup
.NOTES
- Make sure to run this function with admin
- Intentionally kept the whole thing a one file script.
#>
```