Class: Recipes::Readme

Inherits:
Rails::AppBuilder
  • Object
show all
Defined in:
lib/potassium/recipes/readme.rb

Instance Method Summary collapse

Instance Method Details

#createObject



2
3
4
5
6
# File 'lib/potassium/recipes/readme.rb', line 2

def create
  remove_file "README.md"
  template '../assets/README.md.erb', 'README.md'
  add_readme_header :installation
end