Skip to content

PLCommand v1.1.0

Compare
Choose a tag to compare
@jihoonahn jihoonahn released this 07 Jun 17:07
· 72 commits to main since this release
b07f06a

What's Changed

PLCommand provides some commands to provide user convenience.
More commands will be added in the future.

Git

PLCommand.Git.`init`()
PLCommand.Git.add()
PLCommand.Git.clone(repositoryURL)
PLCommand.Git.commit("comment")
PLCommand.Git.push()
PLCommand.Git.pull(remote: "origin")
PLCommand.Git.checkout(branch: "gh-page")

Swift Package Manager

PLCommand.SwiftPackage.create()
PLCommand.SwiftPackage.create(type: .executable)
PLCommand.SwiftPackage.update()
PLCommand.SwiftPackage.generateXcodeproj()
PLCommand.SwiftPackage.build()
PLCommand.SwiftPackage.test()
  • Support: Git and Swift Package Manager Commands.