Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slact/halfling


https://github.com/slact/halfling

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Halfling

A structured wrapper for Hobbit, a minimalistic microframework built on top of [Rack](http://rack.github.io/). A nice blend of `hobbit` and `hobbit-contrib`, with automatic template discovery, controller mapping, and some assumptions about app filesystem layout.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'halfling'
# or this if you want to use hobbit master
# gem 'halfling', github: 'slact/halfling'
```

## Why even is?

For convenience. I like Hobbit, but it lacks a couple of things.