Skip to content

Latest commit

 

History

History

README.md

Basic HTML-to-Text Formatter

Converts basic HTML files to formatted text.

Used to generate the license and header text files from HTML "source."

Use

Install the script dependencies.

$ make init

Build the license and header files.

$ make build

Note: The package dependencies and environment are managed using pipenv. If you don't have pipenv installed, you will need to install it:

$ pip install pipenv