Key Features • Getting Started • How To Use • Download • License
- Create a C++ project with a single command.
- Manage Project Locations.
- Opening Projects from any command line
- Minimal C support
There's three ways to get cppm:
- Download the build for windows.
- Install with Cargo
cargo install cppm
- Get with our custom installer
The first thing needed when cppm has just been installed is to run cppm --config
, and it'll ask for your default editor.
You should see something like this:
$ cppm --config
Default editor: nvim
Clang is installed.
Clang++ is installed.
Location: /some/path/.cppm/defaults.toml
After that you are free to start using cppm.