Zikoel / cpp_boilerplate

Collection of some usefull cpp starting projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very stupid cpp project templates with some mininal dependecy resolved.

The use is left very simple, more complex one have no sense due the fact that there are most powerfull tools for that.

Usage

./start <template-name> <project-name> <project-path>

template-name: Can be one of the available templates. project-name: The name of your new project project-path: The path where you want to put your new project. The folder should not finish with /

Available templates

  • cxxopts_quick: Simple minimal project with cxxopts resolved.
  • args_quick: Simple minimal project with args resolved.
  • empty: A very simple empty cmake based cpp program.

About

Collection of some usefull cpp starting projects


Languages

Language:CMake 49.2%Language:C++ 28.4%Language:Shell 22.4%