🚀 This is a project initializer for C project at 42Born2Code.
Clone somewhere in your path
% echo $PATH
~/.bin/:...
% cd ~/.bin
% git clone https://github.com/jlagneau/42init.git && ln -s 42init/init.sh 42init
Create a directory and execute the command from inside the directory:
% cd ~/workspace
% 42init my_super_project
Don't hesitate to fork this project to suit your needs.
You can replace everything in the 'skel' directory by your own file and directories.
You can use __PROJECT_NAME__
, __PROJECT_NAME_UPPERCASE__
and __USERNAME__
placeholder in your skel files for your real project name or username.
MIT