
chorus - turn markdown documents into web-based slidedecks

version 0.2.0

$ chorus presentation.markdown
<presentation is now accessible on the local machine on port 3000>

chorus takes a markdown document and turns it into a web-based presentation.
Note: the application is still in early alpha. See http://techblog.babyl.ca/entry/chorus for informations about the original incarnation of the application.

On which port the application will run. Defaults to 3000.
Launch the application as a Dancer standalone dev instance.
Directory where the public files (images, css, js, etc) are kept. Defaults to ./public.

Yanick Champoux <yanick@cpan.org>

This software is copyright (c) 2013 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.