Skip to content

Yasumoto/Gyutou

Repository files navigation

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.