C++ Project Manager
The C++ alternative to cargo.
Key Features •
How To Use •
Download •
License
Key Features
- Create a C++ project with a single command.
- Manage Project Locations.
- Opening Projects from any command line
How To Use
Note: * means a required entity, and + means an optional entity.
```powershell
Download cppm and have it in your PATH so its available on all terminals
cppm --help/-h # Will display the help menu
cppm --version/-v # Will display the current version of cppm
Currently available commands
Creates a new project in the current directory and opens it in the
specified editor if specified. No default editor available.
cppm new <*project_name> <+editor>
Opens the project the specified editor if specified.
No default editor available.
Supports editors that have the {editor} .
functionality
in the terminal. eg: Vscode, Atom, Sublime, etc.
cppm open <project_name> <editor>
```
Download.
You can download the build for windows.
Or Download with cargo.
cargo install cppm
License
MIT