NAME
pad - run Plack::App::Direcoty with filter plugins
SYNOPSIS
# run HTTP server that serves current directory
pad
pad Static
# enable PAD::Plugin::Markdown
pad Markdown
# listen on different port
pad Static --port 8080
AUTHOR
punytan <punytan@gmail.com>
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.