/SublimeChefDK

A Sublime Text Package for authoring Chef Cookbooks and InSpec files

Primary LanguagePythonMIT LicenseMIT

SublimeChefDK

A Sublime Text Package for authoring Chef Cookbooks and InSpec files.

This package is based on SublimeChef, but has been updated to Chef v12.x Cookbook resources and extended to support Chef InSpec.

Install

You can install this package by entering the Packages directory of Sublime Text (on OSX this would normally be ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/) and issuing on a terminal:

git clone https://github.com/mschygulla/SublimeChefDK

Issues

Feel free to submit issues and enhancement requests.

Contributing Guidelines

Please use the fork & pull workflow when contributing:

  1. Fork this project to your account.
  2. Create a branch for the change you intend to make.
  3. Make changes to your fork.
  4. Send a pull request from your fork’s branch to our master branch.

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

When making a pull request, please explain why you’re making a change. Even if it seems self-evident, please take a sentence or two to tell why your change or addition should happen.

License

Released under the MIT license.