GitXplorerGitXplorer
d

Chef.tmbundle

public
23 stars
7 forks
0 issues

Commits

List of commits on branch master.
Unverified
f9568436eb4cb5b9e5bfd884cc561ba421bd5e09

Merge pull request #4 from pmenglund/master

jjohntdyer committed 10 years ago
Unverified
2dfb90ae1002fbf5c5cffac44c3af470cb84e520

add instructions for version 2

ppmenglund committed 10 years ago
Unverified
fad93a4dc20f1180ccd1a209bbd6c8262124a07f

change language binding to C

ddrnic committed 12 years ago
Unverified
29c5f1a64b7e7fa43992b8146ee8033fbbfd0163

Update README.md

ddrnic committed 12 years ago
Unverified
26b6546a5cf56f90a9ff30e25b816859b69acd4f

Added interpreter to script resource and checksum to remote resource

jjohntdyer committed 13 years ago
Unverified
2fa86f400a1ca6e97beea260cc39295ad8b2239c

Merge pull request #3 from johntdyer/master

jjohntdyer committed 13 years ago

README

The README file for this repository.

TextMate bundle for Chef recipes

Installation

To install via Git:

TextMate version 1

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone https://github.com/drnic/Chef.tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'

TextMate version 2

mkdir -p ~/Library/Application\ Support/Avian/Bundles
cd ~/Library/Application\ Support/Avian/Bundles
git clone https://github.com/drnic/Chef.tmbundle.git

Source can be viewed or forked via GitHub: https://github.com/drnic/Chef.tmbundle

License

(The MIT License)

Copyright (c) 2010-2013 Dr Nic Williams, Stark & Wayne LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.