Project

tony

0.0
No commit activity in last 3 years
No release in over 3 years
A generator for ruby projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
 Project Readme

tony

Build Status

tony is a generator for ruby projects.

Installation

gem install tony

Usage

$ tony
Supported Generators
heroku
rspec
sinatra
sinatra and rspec
$ tony rspec sinatra heroku
create .gems
create Rakefile
create spec/helper.rb
create config.ru
create lib/application.rb
create lib/configuration.rb
create public/scripts/main.js
create public/styles/main.css
create views/index.erb
create views/layout.erb
create spec/application_spec.rb