Project

madride

0.0
No commit activity in last 3 years
No release in over 3 years
Zero-configuration command-line HTTP server.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.6
~> 0.9
~> 2.11

Runtime

~> 3.1
~> 1.0
~> 3.1
~> 1.2
~> 2.4
 Project Readme

Madride

Build Status Dependency Status Code Climate

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.

Installation

gem install madride

Usage

See example for details.

License & Copyrights