public
Description: This plugin is a basic generator for some repetitive task when working with websites. You can use script/generate to create contact forms, admin painel with mini-blog session and product catalog.
Homepage: http://www.areacriacoes.com.br
Clone URL: git://github.com/danielvlopes/site_scaffold.git
site_scaffold / install.rb
100755 3 lines (2 sloc) 0.078 kb
1
2
3
require 'fileutils'
 
puts IO.read(File.join(File.dirname(__FILE__), 'README'))