Skip to content
/ spm-cli Public

Spm, a shorthand CLI wrapper for the Swift package manager.

License

Notifications You must be signed in to change notification settings

brunow/spm-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spm

Welcome to spm, a shorthand CLI wrapper for the Swift package manager.

Swift package manager commands are very long to type, therefore I created a simple wrapper around it called spm. Build on top of Swift ArgumentParser.

Usage

Initialize a swift package

spm init # Initialize a swift library package
spm init -e # Initialize a swift executable package

Build package

spm build

Test package

spm test

Update package

spm update

Resolve package

spm resolve

Generate xcodeproj

spm proj

Installation

Manually

git clone git@github.com:brunow/spm-cli.git
cd spm-cli
make install

Use it with spm --help

About

Spm, a shorthand CLI wrapper for the Swift package manager.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published