cookbooks/code_generator/README.md
# code_generator
This is the cookbook that generates the cookbook-guide cookbook.
## Attributes
The following are the default `attributes`. I suggest when you clone this repo
down you changes these.
```ruby
['code_generator']['copyright_holder'] = 'The Authors'
['code_generator']['username'] = 'authors'
['code_generator']['email'] = 'the_authors@company.com'
['code_generator']['license'] = 'apachev2'
['code_generator']['issues'] = 'https://github.com/company/cookbook/issues'
['code_generator']['source'] = 'https://github.com/company/cookbook'
```