Web Page Compressor is a Python CLI to create one file webpage.
WPC didn't support "//" comments.
With pip:
pip install webpage-compressor
usage:
wpc [-h] [-n webpage] [-b [mode]] [filePath]
positional arguments:
filePath Path of main file.
optional arguments:
-h, --help show this help message and exit
-n webpage, --new webpage
Generate new WPC environment..
-b [mode], --build [mode]
Build webpage.
Well the code wasn't rigth writed... So I will see later.