Sha256: d2dd7bb737e4be371aaf3187ec89a82d893f5ac271bcf95e21c6d7455973abe3

Contents?: true

Size: 241 Bytes

Versions: 6

Compression:

Stored size: 241 Bytes

Contents

module Chester::Command
  class Install < Base
    def index
      FileUtils.cp File.dirname(__FILE__) + '/../templates/chester.coffee', FileUtils.pwd
      display 'installed chester.coffee in to the working directory....'
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chester-0.4.0 lib/chester/commands/install.rb
chester-0.3.1 lib/chester/commands/install.rb
chester-0.2.0 lib/chester/commands/install.rb
chester-0.1.2 lib/chester/commands/install.rb
chester-0.1.1 lib/chester/commands/install.rb
chester-0.1.0 lib/chester/commands/install.rb