Skip to content
Snippets Groups Projects
Adar Nimrod's avatar
nimrod authored
d34fc7d0
History

Presentation

A Dockerized presentation toolkit for building presentation from markup (like Markdown or DOT).

Usage

docker run --rm -itv "$PWD:/volume" adarnimrod/presentation

Will watch the current directory and run make whenever a file changes. One can add a shell alias alias presentation='docker run --rm -itv "$PWD:/volume" adarnimrod/presentation' for easier use.

See the example folder for more details.

Contains

License

This software is licensed under the MIT license (see LICENSE.txt).

Author Information

Nimrod Adar, contact me or visit my website. Patches are welcome via git send-email. The repository is located at: https://www.shore.co.il/git/.