Class: Redwing::Commands::NewCommand

Inherits:
Redwing::Command::BaseCommand show all
Defined in:
lib/redwing/commands/new_command.rb

Constant Summary collapse

TEMPLATES =
%w[
  README.md
  Gemfile
  config/routes.rb
  app/controllers/status_controller.rb
].freeze