Sha256: 1b4c85a2ef490870560538f029103521861f8d8b42b049d793de0584d50667bd

Contents?: true

Size: 134 Bytes

Versions: 12

Compression:

Stored size: 134 Bytes

Contents

class Cello::Commands::NewProject
  class << self
    def run(args=ARGV)
      Cello::Structure::NewProject.create
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cello-0.0.35 lib/cello/commands/new_project.rb
cello-0.0.34 lib/cello/commands/new_project.rb
cello-0.0.33 lib/cello/commands/new_project.rb
cello-0.0.32 lib/cello/commands/new_project.rb
cello-0.0.31 lib/cello/commands/new_project.rb
cello-0.0.30 lib/cello/commands/new_project.rb
cello-0.0.29 lib/cello/commands/new_project.rb
cello-0.0.28 lib/cello/commands/new_project.rb
cello-0.0.27 lib/cello/commands/new_project.rb
cello-0.0.26 lib/cello/commands/new_project.rb
cello-0.0.25 lib/cello/commands/new_project.rb
cello-0.0.23 lib/cello/commands/new_project.rb