Skip to content

hishma/CommandLineTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommandLineTool

Example command line tool written in swift.

This uses the SPMUtility package that is part of the Swift Pakcage Manager to process command line arguments in a type safe way (unlike getopt).

Install and build

  1. Download the repo and cd into the project directory in Terminal.app.
  2. swift package update
  3. swift build
  4. swift run CommandLineTool --help

Xcode

  1. swift package generate-xcodeproj
  2. open CommandLineTool.xcodeproj

About

Example command line tool written in swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages