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.
- Host: GitHub
- URL: https://github.com/chadnpc/cdevenvsetup
- Owner: chadnpc
- License: mit
- Created: 2024-06-07T11:06:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T16:21:25.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T01:31:39.997Z (over 1 year ago)
- Language: PowerShell
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
#>
```