Skip to content

Instantly share code, notes, and snippets.

@revans
Created January 7, 2014 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save revans/8302635 to your computer and use it in GitHub Desktop.
Save revans/8302635 to your computer and use it in GitHub Desktop.
root(appname) do
mkdir "config"
mkdir "log"
mkdir "test"
touch "Readme.mkd"
template "config.ru", file_or_string
template "config/application.rb", file_or_string
cp "test/test_helper.rb", file_or_string
template "bin/script", file_or_string
chmod "bin/script", 700
ln "db/database.yml", "db/database.yml.example"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment