Skip to content

Instantly share code, notes, and snippets.

View Grayson's full-sized avatar

Grayson Hansard Grayson

View GitHub Profile
@Grayson
Grayson / InitPackageDependencies.swift
Created April 19, 2017 12:40
Prototypical swift script to build dependencies in Package.swift
#!/usr/bin/swift
import Foundation
struct Project {
let name: String
let path: URL
let url: URL
let version: String
let dependencies: [Project]
{
"people": [
{
"name": "Wes",
"language": "dart"
},
{
"name": "Tania",
"language": "kotlin"
},