Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slact/halfling
https://github.com/slact/halfling
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/slact/halfling
- Owner: slact
- License: other
- Created: 2017-01-22T23:21:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T05:47:11.000Z (over 7 years ago)
- Last Synced: 2024-05-09T23:19:09.089Z (6 months ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.