class Cello::Commands::NewProject

Public Class Methods

run(args=ARGV) click to toggle source
# File lib/cello/commands/new_project.rb, line 3
def run(args=ARGV)
  Cello::Structure::NewProject.create
end