This cookbook sets up my development workstation for the Windows platform. Support for Linux and / or Mac will likely follow as I determine my working space.
- Windows
There are no cookbook dependencies at present, if one is created hopefully Berkshelf handles that for us.
{
"name":"my_node",
"run_list": [
"recipe[local]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors:: Derek Groh ([email protected])