1.0.0 • Published 8 years ago
epimake v1.0.0
epimake
Generate Custom Makefile with Epitech norm. Improving your workflow with epimake command-line.
Command-line
- epimake (default src:./.Makefile.json) : Generate Makefile
- epimake --help or -h : Display help
- epimake --json or -j: Generate (default dest:./.Makefile.json)
Configuration
{
"project": "display on the header",
"exec": "a.out",
"auteur": "walter.bonetti",
"compilator": "g++",
"extension": "cpp",
"src": [
"src/main.cpp"
],
"lib": [
"-lpthread"
],
"flag": [
"-I ./include"
]
}
Npm installation
cd epimake
sudo npm install -g epimake
Author : walter.bonetti@epitech.eu
1.0.0
8 years ago