A simple tool for setting up c/c++ projects.
Project description
cpp-init
A simple python project used for initialising c/c++ projects.
Installation:
pip install cpp-init
Usage:
python -m cpp_init <options>
Options
are just 3 letters telling c-init what you want the project to be:
- First letter
<>XX
:c
- specifies it's a c projectx
- specifies it's a c++ project
- Second letter
X<>X
:a
- specifies it's an executable applicationl
- specifies it's a library
- Third letter
XX<>
:m
- specifies it's a make projectc
- specifies it's a cmake project
Finally, it should (somewhat) look like this:
cpp_init xam # will create a C++ application project compiled with make
cpp_init clc # will create a C library project compiled with CMake
...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cpp_init-1.3.0.tar.gz
(6.0 kB
view hashes)