Initial import
This commit is contained in:
commit
4cc4e303ab
44 changed files with 691 additions and 0 deletions
9
project_generator/setup.rb
Normal file
9
project_generator/setup.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
# encoding: utf-8
|
||||
|
||||
# This hook will be executed in context of current generator object before templater start to generate new files.
|
||||
# You can update context hash and register hooks. Don't forget to use merge! instead of merge, because you are
|
||||
# manipulating with one object, rather than returning new one.
|
||||
|
||||
hook do |generator, context|
|
||||
# TODO
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue