Project

kolo-roda

0.0
No commit activity in last 3 years
No release in over 3 years
Command line utility for generating Roda/Sequel stack applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
~> 13.0
~> 3.9
 Project Readme

kolo

kolo is a simple app generator for building bare-bones Roda/Sequel stack apps running on top of PosgreSQL database.

usage:

gem install kolo-roda

kolo new <app_name> --config_file <path> --template_dir <path>
cd <app_name>

bundle install
rake db:create
rackup