Headermaker
Install:
git clone https://github.com/rmechety42/Headermaker.git
cd Headermaker
make install
Usage:
Headermaker src_folder_you_want_to_parse header_name_you_want_to_create [-inc nameoftheheaderyouwanttoinclude ....]
A good idea can be to add a rule in your makefile like :
all : header
dothings
header :
@Headermaker src inc/prototypes.h -inc structs define
Like this you don't have to run the command every time you want to compile your project
How to change the 42Header:
go to src/main.cpp and look at the top of the file. change the HEADER define.
Enjoy!
if you have any question or bug ask it on github or contact me at [email protected]