Bakery

Icing files are by default searched for in: (in order)

Dir.home
File.join(Dir.home, '.bakery')
File.join('/', 'etc', 'bakery')

More directories can be added using:

Bakery::ICING_SEARCH.addSearchDirectory "<directory>"

Files are searched for using the existing extension and all extensions in Bakery::ICING_SEARCH.defaultExts (in order). By default,

Bakery::ICING_SEARCH.defaultExts = [ 'icing' ]

Some sample icing files can be found here:
copyright.icing
boost.license

NOTE: copyright.icing and boost.license are required to execute bake on this project.