项目作者: ThatsJustCheesy

项目描述 :
TextMate support for building with Swift Package Manager
高级语言:
项目地址: git://github.com/ThatsJustCheesy/swift-package-manager.tmbundle.git
创建时间: 2020-05-30T19:47:24Z
项目社区:https://github.com/ThatsJustCheesy/swift-package-manager.tmbundle

开源协议:MIT License

下载


Swift Package Manager.tmbundle

TextMate support for building with Swift Package Manager

This bundle provides plug’n’play access to swift build et al. from a set of simple menu commands.

Screenshot of menu with Build, Test, Run and Clean

Install

Clone or otherwise download this repository, rename the folder to Swift Package Manager.tmbundle, and open the resulting package in TextMate.

e.g., from the command line:

  1. git clone https://github.com/ThatsJustCheesy/swift-package-manager.tmbundle 'Swift Package Manager.tmbundle'
  2. open 'Swift Package Manager.tmbundle'
  3. # TextMate prompts to install the bundle. Select Install.
  4. rm -rf 'Swift Package Manager.tmbundle'

Use

Execute any of Build, Test, Run or Clean in a project folder containing a Package.swift file.