CodeShow uses pygments (for syntax highlighting) to turn a directory of code into a static website (for use in presentations).
Installation
pip install codeshow
Usage
usage: codeshow [path] [< options >]
CodeShow turns a directory of code into a static website suitable for use in presentations.
positional arguments:
PATH path to the code project
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-o, --output PATH
output path for generated website
-i, --ignore PATH
relative path to skip (can be specified multiple times)
-f, --force if the output directory already exists, delete it first
-s, --site44 generate output for Site44 (generate mimetypes.site44.txt instead of using file extensions)
Product's homepage
Requirements:
· Python