Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 796 Bytes

File metadata and controls

19 lines (10 loc) · 796 Bytes

CLSPM (Command Line Swift Package Manager)

CLSPM is a command line application for managing SPM (Swift Package Manager) dependencies in Xcode projects.

Installation

Use make to compile and install CLSPM:

  1. Compile and install

make build will compile CLSPM and move the executable to /usr/local/bin

  1. Reload your PATH variable or restart Terminal/iTerm...

How to use CLSPM

See the quickstart guide in the wiki for how to get started.