NAME
chorus - turn markdown documents into web-based slidedecks
VERSION
version 1.0.0
SYNOPSIS
$ chorus presentation.markdown
<presentation is now accessible on the local machine on port 3000>
DESCRIPTION
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.
COMMAND-LINE ARGUMENTS
--port $port
On which port the application will run. Defaults to 3000.
--dev
Launch the application as a Dancer standalone dev instance.
--public $directory
Directory where the public files (images, css, js, etc) are kept. Defaults to ./public.
AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
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.