Sha256: 0537496b16c3bba99c9f0f967679565b3f837807df331cdd4e88ab6ef3fe6d8f

Contents?: true

Size: 227 Bytes

Versions: 8

Compression:

Stored size: 227 Bytes

Contents

module Pah
  module Templates
    class Git < Pah::Template
      def call
        copy_static_file '.gitignore'

        git init: '-q'
        git add: '--all'
        git_commit 'Initial commit.'
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pah-0.0.28 lib/pah/templates/git.rb
pah-0.0.27 lib/pah/templates/git.rb
pah-0.0.26 lib/pah/templates/git.rb
pah-0.0.25 lib/pah/templates/git.rb
pah-0.0.24 lib/pah/templates/git.rb
pah-0.0.23 lib/pah/templates/git.rb
pah-0.0.22 lib/pah/templates/git.rb
pah-0.0.21 lib/pah/templates/git.rb