All Projects → chef-boneyard → Cookbook Guide Generator

chef-boneyard / Cookbook Guide Generator

A Chef Cookbook Generator for the cookbook-guide project

Labels

Chef Partner Cookbook-guide Generator

Build Status Code Climate

A Chef repo for a customized Chef-DK generator cookbook. See cookbooks/code_generator/README.md for more details.

Requirements

This repo operates standalone with no cookbook dependencies.

Usage

Download the repo and point chef generate at the cookbooks dir, e.g.

chef generate cookbook -g ~/cookbook-guide-generator/cookbooks cookbook-name

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add tests for the new feature; ensure they pass (rake)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

License & Authors

Copyright 2016 Chef Software, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

NOTE: I'd like to thank RoboticCheese for creating his repo as an influence and guide for me. 🤘

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].