forked from berkshelf/berkshelf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md.erb
51 lines (38 loc) · 885 Bytes
/
README.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# <%= name %>-cookbook
TODO: Enter the cookbook description here.
## Supported Platforms
TODO: List your supported platforms.
## Attributes
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['<%= name %>']['bacon']</tt></td>
<td>Boolean</td>
<td>whether to include bacon</td>
<td><tt>true</tt></td>
</tr>
</table>
## Usage
### <%= name %>::default
Include `<%= name %>` in your node's `run_list`:
```json
{
"run_list": [
"recipe[<%= name %>::default]"
]
}
```
## Contributing
1. Fork the repository on Github
2. Create a named feature branch (i.e. `add-new-recipe`)
3. Write you change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request
## License and Authors
Author:: <%= maintainer %> (<<%= maintainer_email %>>)