camiloribeiro/cello

View on GitHub
lib/cello/commands/new_project.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Cello::Commands::NewProject
  class << self
    def run(args=ARGV)
      Cello::Structure::NewProject.create
    end
  end
end