NAME
yattup - plackup alike for yatt_lite
SYNOPSIS
# run local webserver using current directory as *.yatt handler
yattup
# Use other directory, with port.
yattup --port 5050 ~/public_html
DESCRIPTION
yattup
is a command line utility to run *.yatt files with default PSGI App.
It relies on Plack::Runner, so you can use most of its options in yattup too (except -e
, which requires app.psgi
to be given as a actual file).