OperatorFoundation / Gardener

A Swift library for managing remote servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gardener

A swift library for managing remote servers

Script Setup

  1. In the project you want to write a script for, add a new directory in the Sources directory

  2. Add the directory to your targets in package.swift

  3. Add Gardner as a dependency

  4. Add main.swift to the directory and put the code you wish to use into a run() function

Running

  1. cd into your project's directory

  2. use the following: swift run {target name}

License

About

A Swift library for managing remote servers

License:MIT License


Languages

Language:Swift 100.0%