Program to Merge JS/HTML into one single html file.
pip install git+https://github.com/DarkTrick/htmlfilemerger.git#subdirectory=src
pip uninstall htmlmerger
htmlmerger inputfile [optional: outputfile]
cd ./src
python3 -m htmlmerger inputfile [optional: outputfile]
Only python-native libraries (os
, base64
, html.parser
)
See also Readme within src
(No external packages are needed so far; so no venv should be necessary)
cd ./src
python -m unittest
There are also files for manual testing in ... /test_manual/
cd src
pip install build # <-- only if not yet installed
python -m build