serve-this ========== Serve the contents of the current directory, like it was running on a server. Example ======= $ serve-this ***** serving ~/some/directory on port 1337 $ serve-this --rackup ++++ ***** creating a Gemfile and config.ru this directory is now a rack app! Push it to Heroku! ================== Gemfile source :rubygems gem "serve-this" config.ru require 'rubygems' require 'bundler' Bundler.require run ServeThis.from(Dir.pwd) Notes ===== ++++ this doesnt work yet!
Project
serve-this
Serve files from the current directory
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Project Readme