Sha256: e0d79a03899c946e9c38747b338a2d3e2fb0dcb74e121c83bfd8890eecf5baab

Contents?: true

Size: 1.74 KB

Versions: 2

Compression:

Stored size: 1.74 KB

Contents

# chefdk-julia
An opinionated cookbook creator.

_with spunk and a grin, by Nordstrom_

## About
Julia is a special type of Chef cookbook that is designed to generate code (cookbooks, recipes, templates, etc.).

It is based upon the default code_generator provided by ChefDK.
(`chef generate generator`).

## Prerequisites
[ChefDK](https://downloads.chef.io/chef-dk/) must already be installed.

## Installation
`chefdk-julia` is distributed as a Ruby Gem.

Install it with `chef gem install` on the command line.

```bash
> chef gem install chefdk-julia
```

Add these lines to your `~/.chef/config.rb` or `~/.chef/knife.rb` configuration file:

```ruby
# Paste lines below into ~/.chef/config.rb or knife.rb
require 'chefdk-julia'
chefdk.generator_cookbook Chefdk::Julia.path
```

## Generating a cookbook
Once chefdk-julia is installed, you should be able to generate a cookbook with the `chef generate cookbook` command:

```bash
> chef generate cookbook the_art_of_french_cooking
```

where '*the_art_of_french_cooking*' is the name of the cookbook you want to create.

## License

chefdk-julia: A custom cookbook generator based on ChefDK's built-in generator.

### Authors
Orion Ifland, Doug Ireton

Copyright (c) 2015 Nordstrom, Inc.

```text
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.
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chefdk-julia-0.4.2 README.md
chefdk-julia-0.4.1 README.md