Skip to content

Commit

Permalink
Add plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Padron committed Jan 20, 2021
1 parent 9172edc commit 8fa1ebc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Plugin.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import ProjectDescription

let plugin = Plugin(name: "ExampleTuistPlugin")
9 changes: 9 additions & 0 deletions ProjectDescriptionHelpers/RemoteHelper.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import Foundation

public struct RemoteHelper {
let name: String

public init(name: String) {
self.name = name
}
}

0 comments on commit 8fa1ebc

Please sign in to comment.