/CLSPM

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

Primary LanguageSwiftMIT LicenseMIT

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.