Skip to content

DarkTrick/htmlfilemerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Program to Merge JS/HTML into one single html file.

depiction of what the tool does

Install / Run

Install

pip install git+https://github.com/DarkTrick/htmlfilemerger.git#subdirectory=src

Uninstall

pip uninstall htmlmerger

Run

htmlmerger inputfile [optional: outputfile]

Run without Installation

cd ./src
python3 -m htmlmerger inputfile [optional: outputfile]

Dependencies

Only python-native libraries (os, base64, html.parser)

Development

See also Readme within src

venv

(No external packages are needed so far; so no venv should be necessary)

Testing

cd ./src
python -m unittest

There are also files for manual testing in ... /test_manual/

Build

cd src
pip install build # <-- only if not yet installed
python -m build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages