Public Release of kitchen-cabinet

Kitchen-cabinet is a gem that is intended to ease the setup of new cookbooks. It’s easy enough to use knife cookbook to make a new cookbook (or berks init) but then we’ve got to create a Gemfile, Strainerfile, rubocop.yml, etc! This leads to cookbooks being created without the proper testing suites, which leads to sloppy cookbooks!

Enter cabinet. This gem allows you to initialize a cookbook with the proper tools to keep your code organized and functional with a single command! It even allows you to update things in your old cookbooks so they can stay up to date.

Give it a try!

 
1
Kudos
 
1
Kudos

Now read this

Dev Machine Setup for Vagrant!

On Macs, all the software is pretty automatic. Munki installs VirtualBox, git, and Vagrant. On Ubuntu, you’ve got a few more steps - add our apt-repo and install VirtualBox, Vagrant, git, nfs-kernel-server. From there, the user simply... Continue →