This command allows you to create the files needed for a Visual Studio C++ project. Mostly for operating systems that do not support Visual Studio C++ development.
Showcase
Installation
Make sure you have Homebrew installed on your Mac
- Run
brew install wzid/tap/vscode-to-vs
Usage
The command can be used like so: vscode-to-vs [ProjectName] [File Path]
The file path should be the path to the folder that holds all the VS Code C++ files
Make sure to enclose either of the arguments with double quotation marks
"
if they contain spaces
Example:
vscode-to-vs Lab10 "/Users/wzid/Documents/Lab 10"
A new folder will be created inside the original folder with all of the files ready to be zipped