Foodfactory

A factory for chef cookbooks, generates a minimal cookbook in the current directory. Takes one single paramater and uses that as a cookbook name. After first successfull run, you will see a dotfile ~/.foodfactory

Inspired by Meez but much more minimal. We’ve no need for lots of testing and library add-ons, we just want a clean cookbook plus minitests. We also want to be able to create this cookbook where we like, and with sensible metadata content.

Installation

Install as you would any other global gem, eg.

$ gem install foodfactory

Usage

$ foodfactory cookbook_name

Contributing

  1. Fork it

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am 'Add some feature')

  4. Push to the branch (git push origin my-new-feature)

  5. Create new Pull Request