Skip to main content

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:

  1. First letter <>XX:
    • c - specifies it's a c project
    • x - specifies it's a c++ project
  2. Second letter X<>X:
    • a - specifies it's an executable application
    • l - specifies it's a library
  3. Third letter XX<>:
    • m - specifies it's a make project
    • c - 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


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)

Uploaded Source

Built Distribution

cpp_init-1.3.0-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page