class ChefDK::Command::GeneratorCommands::Recipe

chef generate recipe [path/to/cookbook/root] name

Public Instance Methods

recipe() click to toggle source
# File lib/chef-dk/command/generator_commands/recipe.rb, line 31
def recipe
  "recipe"
end