Skip to content

R-uan/cppgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP Project Generator

Simple CLI program that creates a C/C++ project with the minimal file structure.

  <project-name>
    include/
    build/
    src/
      main.c (or main.cpp)
    CMakeLists.txt
    .gitignore

Usage

cppgen # (for interactive mode)
cppgen -n <project-name> -l <language>

About

Simple CLI program that creates a C/C++ project with the minimal file structure.

Resources

License

Stars

Watchers

Forks

Languages