Skip to content

Latest commit

History

History
16 lines (9 loc) 路 508 Bytes

README.md

File metadata and controls

16 lines (9 loc) 路 508 Bytes

Command 馃珋

Command is a micro Swift Package that provides utilities for running system processes. We extracted it from Tuist to make it available for other projects that might need to run system processes.

Development

Using Tuist

  1. Clone the repository: git clone https://github.com/tuist/Command.git
  2. Generate the project: tuist generate

Using Swift Package Manager

  1. Clone the repository: git clone https://github.com/tuist/Command.git
  2. Open the Package.swift with Xcode