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¶ ↑
-
Fork it
-
Create your feature branch (
git checkout -b my-new-feature
) -
Commit your changes (
git commit -am 'Add some feature'
) -
Push to the branch (
git push origin my-new-feature
) -
Create new Pull Request