Sha256: ef95401aeafd90a833cf1c76fe1153fa5e529e03dcb682742b41688a5e0499f9

Contents?: true

Size: 280 Bytes

Versions: 4

Compression:

Stored size: 280 Bytes

Contents

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pah-0.0.20 lib/pah/templates/cleanup.rb
pah-0.0.19 lib/pah/templates/cleanup.rb
pah-0.0.17 lib/pah/templates/cleanup.rb
pah-0.0.16 lib/pah/templates/cleanup.rb