Yasumoto / Gyutou

Swift Chef Client Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chef knife

Gyutou

A gyutou is a versatile chef's knife.

The chef-provided command-line tool 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.

About

Swift Chef Client Library


Languages

Language:Swift 100.0%