Madride v1.0.1 :: Zero-configuration CLI HTTP server

Hi,

I would like to announce release of my Friday experiment, madride:
Zero-configuration command-line HTTP server with cow super-powers…

It’s main purpose is to provide environment for quick prototyping of
pages with slim (or any other template engine - feel free to open
feature request issue) without need to run full stack of big boys like
sinatra or rails. All you need is to simply execute madride with
paths to your assets and pages.

The most simple example is:

madride .

This will start a server on 0.0.0.0:3000 serving files from .
directory. You can provide a dummy data (that will be available in your
templates) with --data path/to/data.yml argument. See example dir.

Sources are hosted at GitHub: GitHub - madride/madride: Zero-configuration command-line HTTP server with super-cow powers...
Any comments/suggestions/critics are welcome.


Sincerely yours,
Aleksey V. Zapparov A.K.A. ixti
FSF Member #7118
Mobile Phone: +34 677 990 688
Homepage: http://www.ixti.net
JID: [email protected]

*Origin: Happy Hacking!