class ChefCLI::Command::GeneratorCommands::GeneratorGenerator

def created_cookbook_path

def created_cookbook_path
  if custom_cookbook_name?
    destination_dir
  else
    File.join(destination_dir, "code_generator")
  end
end