Skip to content

Zikoel/cpp_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published