Pre/Post generate scripts (eg: for Code formatter)
scripts:
# Shell commands will be executed "before" generating.
# pre:
# Shell commands will be executed "after" generating.
post: rubocop -a
# You can also use multi line text.
# post: |
# rubocop -aLast updated

