Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.14 KB

README.rdoc

File metadata and controls

33 lines (21 loc) · 1.14 KB

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: