public
Description: Sinatra application to render a folder of static HTML/assets
Homepage:
Clone URL: git://github.com/adamcooke/htmlserve.git
name age message
file .gitignore Loading commit data...
file README
directory bin/
file htmlserve.gemspec
README
Very simple application to render a folder of HTML and it's associated assets.

Install
=================================================================================
1. gem sources -a http://gems.github.com
2. sudo gem install adamcooke-htmlserve
3. Enjoy!

Usage
=================================================================================
1. cd to the folder you wish to use. e.g. cd /path/to/folder
2. Run HTML serve. e.g. htmlserve {port (default 4567)}