Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/XCTEQ/SwiftPackageManager-Docker

This is a sample repo showing Swift package with Docker
https://github.com/XCTEQ/SwiftPackageManager-Docker

Last synced: 3 months ago
JSON representation

This is a sample repo showing Swift package with Docker

Awesome Lists containing this project

README

        

# Swift Package with Docker

Running Swift Package inside docker without Xcode

`sh run_docker.sh`

You will be inside the docker container.

# Build & Test the package

Now within the docker container

`swift build`

Now run the tests

`swift test`

# Run package from command line

`.build/debug/cli Shashi`

You will see greeting message