Project

tanuki

0.0
No commit activity in last 3 years
No release in over 3 years
Tanuki is an MVVM-inspired web framework that fancies idiomatic Ruby, DRY and extensibility by its design.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.5

Runtime

~> 1.0.10
~> 0.4
~> 1.0
~> 3.14
 Project Readme

Tanuki¶ ↑

This project is abandoned. Feel free to take it over.¶ ↑

Tanuki is a web application framework inspired by the MVVM pattern with focus on DRY code and extensibility. Tanuki tries to keep its looks close to idiomatic Ruby, so you would feel at home.

Right now it’s very raw, so don’t expect things to work properly.

Quick Start¶ ↑

Fire up the terminal and type:

$ gem install tanuki
$ tanuki create test
$ cd test
$ bundle install
$ rackup -p 3000

View the result at: localhost:3000

Hack on the Core¶ ↑

If you would like to study the framework and contribute, try making sense of the project wiki, then move on to documentation.

Acknowledgements¶ ↑

Tanuki is thankful to: