Add the Epitech Header to your files.
Made as a drop-in replacement to ben.epiheader
I made this extension because I had a problem, the header was returning the wrong year.In the code of ben.epiheader, there was this getYear function:
return moment().subtract(6, "months").format("YYYY");
which in February 2025 returned 2024
.
Not only that but the extension wasn't updated in years (hopefully Ben graduated successfully from Epitech since :)) but it's not longer open source :(
tekheader.addHeader
: ctrl+alt+h
(Linux & Windows), cmd+alt+h
(Mac)
Slash comments (/*, **, */): C, C++, CSS, Go, Java, JavaScript, TypeScript, Rust
Hash comments (##): Dockerfile, Makefile, Python, Shell Script
Dash comments (--): Haskell
Semicolon comments (;;): Ini, Lua
Language not in supported list? Do not worry
You will be prompted with the closest comment choice and it's up to you to choose.
Tested on nvm v18.20.6
git clone https://github.com/hugoarnal/tekheader.git
npm install