An open API service indexing awesome lists of open source software.

https://github.com/yasumoto/gyutou

Swift Chef Client Library
https://github.com/yasumoto/gyutou

chef devops swift swift-4 swift-package-manager

Last synced: about 2 months ago
JSON representation

Swift Chef Client Library

Awesome Lists containing this project

README

          

![chef knife](logo.png)

# Gyutou

A [gyutou is a versatile chef's knife](http://korin.com/Knives/Style-Gyutou_2).

The chef-provided [command-line tool](https://docs.chef.io/knife.html) is named `knife`.

## Including in your project

### Swift Package Manager

This should work if you add it to your `Package.swift`.

### Carthage

Add this to your `Cartfile`:

```
github "Yasumoto/Gyutou" "master"
```

Then since this is a SwiftPM package, you need to create the `.xcodeproj` and add the framework:

```
cd ./Carthage/Checkouts/Gyutou/
swift package generate-xcodeproj
cd ../../..
carthage build
```

Then in your project, add your library [per the Carthage docs](https://github.com/Carthage/Carthage#getting-started).