class ChefCLI::Command::GeneratorCommands::Cookbook

def cookbook_full_path

def cookbook_full_path
  File.expand_path(cookbook_name_or_path, Dir.pwd)
end