An open API service indexing awesome lists of open source software.

https://github.com/anconaesselmann/clspm

CLSPM is a command-line application for managing SPM (Swift Package Manager) dependencies for Xcode projects.
https://github.com/anconaesselmann/clspm

command-line-tool devtool spm swift swift-package-manager xcodeproj

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## CLSPM (Command Line Swift Package Manager)

CLSPM is a command line application for managing [SPM](https://www.swift.org/documentation/package-manager/) (Swift Package Manager) dependencies in Xcode projects.

- [Toggle local/remote packages](https://medium.com/@dudeOnRock/workflow-improvements-to-building-modular-ios-macos-apps-using-spm-swift-package-manager-402116a01dfa)

### 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

2) Reload your `PATH` variable or restart `Terminal`/`iTerm`...

### How to use CLSPM

See the [quickstart guide](https://github.com/anconaesselmann/CLSPM/wiki#quick-start) in the [wiki](https://github.com/anconaesselmann/CLSPM/wiki) for how to get started.