Skip to content

a2p1k02/cppmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cppmaker

Are you tired to create your project manually, create files, directories, etc? You can use cppmaker to make your life easier! Run:

cppmaker --cmake hello_world

And this maker will create a cmake project with a standard hello world code in the src directory

Support

  • CMake
  • Makefile
  • Qmake
  • Bazel

Compiling

sudo pacman -Syu boost boost-libs clang cmake make
mkdir build && cd build
cmake ..
make
./cppmake

TODO

  • Allow to choose library or binary project
  • Support python, golang, zig
  • Add feature to build projects with cppmaker
  • Install dependencies

About

helper to optimize creating c++ projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published