Sha256: cfc2fcc083e99f87a3cc3767a74939838d356c27ac35f29c28911076423d3d08

Contents?: true

Size: 386 Bytes

Versions: 7

Compression:

Stored size: 386 Bytes

Contents

# encoding: utf-8

require "simple-templater/hooks/postprocess/git_repository"

# This hook will be executed after templater finish in context of current generator object.
# Current directory is what you just generated, unless this is flat generator.

hook do |generator, context|
  # simple-templater create rango --full-name="Jakub Stastny"
  generator.after Hooks::GitRepository
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pupu-0.0.4.pre stubs/pupu/postprocess.rb
pupu-0.0.3 stubs/pupu/postprocess.rb
pupu-0.0.3.pre stubs/pupu/postprocess.rb
pupu-0.0.2.pre stubs/pupu/postprocess.rb
pupu-0.0.2 stubs/pupu/postprocess.rb
pupu-0.1.pre stubs/pupu/postprocess.rb
pupu-0.0.1 stubs/pupu/postprocess.rb