Sha256: 8618567c931862ed7429714520df6be0e58955872d879bdeec83c7629b23514b

Contents?: true

Size: 286 Bytes

Versions: 6

Compression:

Stored size: 286 Bytes

Contents

module Pah
  module Templates
    class Cleanup < Pah::Template
      def call
        git rm: 'README.rdoc -q'
        git rm: 'app/views/layouts/application.html.erb -q'

        git_commit 'Remove unnecessary files left over from initial app generation.'
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pah-0.0.26 lib/pah/templates/cleanup.rb
pah-0.0.25 lib/pah/templates/cleanup.rb
pah-0.0.24 lib/pah/templates/cleanup.rb
pah-0.0.23 lib/pah/templates/cleanup.rb
pah-0.0.22 lib/pah/templates/cleanup.rb
pah-0.0.21 lib/pah/templates/cleanup.rb