Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 738 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 738 Bytes

42 init

🚀 This is a project initializer for C project at 42Born2Code.


Installation

Clone somewhere in your path

% echo $PATH
~/.bin/:...
% cd ~/.bin
% git clone https://github.com/jlagneau/42init.git && ln -s 42init/init.sh 42init

How to use ?

Create a directory and execute the command from inside the directory:

% cd ~/workspace
% 42init my_super_project

Enjoy 😉 !

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.

License

MIT