def finalize(options = {})
if options[:create]
puts "\nCongratulations! Your compass project has been created.\nYou must recompile your sass stylesheets when they change.\nThis can be done in one of the following ways:\n1. From within your project directory run:\ncompass\n2. From any directory run:\ncompass -u path/to/project\n3. To monitor your project for changes and automatically recompile:\ncompass --watch [path/to/project]\n"
end
puts "\nTo import your new stylesheets add the following lines of HTML (or equivalent) to your webpage:"
puts stylesheet_links
end