mkhtml is an html document generator that works with gpt
YouTube: https://youtu.be/ULvErLMKrTo
Programming Language: C, Bash
Compiler: GNU GCC
Build Tool: CMake
Libcurl
CMake (MIN 3.15)
https://github.com/MertGunduz/mkhtml
chmod 755 INSTALL.sh
running this command will change the permission of the INSTALL.sh
./INSTALL.sh
running this bash file will build the application and create the folders.
try running
mkhtml -h
if there are some output related to mkhtml then it means it is successfully builded
mkhtml -G [DATA]
mkhtml --generate [DATA]
sends a request to openai api and generates the html file with the selected style
mkhtml -k [DATA]
mkhtml --key [DATA]
sets the openai api key
mkhtml -c [CSS-DATA]
mkhtml --css [CSS-DATA]
sets the css style
mkhtml -w
mkhtml --website
outputs the website url
mkhtml -g
mkhtml --github
outputs the github url
mkhtml -s
mkhtml --settings
outputs the configurations
mkhtml -v
mkhtml --version
outputs the mkhtml version
mkhtml -h
mkhtml --help
outputs the help menu