FelixHerrmann / swift-package-list

A command-line tool to get all used Swift Package dependencies.
MIT License
136 stars 18 forks source link

[Feature] Package List Revision #87

Closed FelixHerrmann closed 10 months ago

FelixHerrmann commented 10 months ago

This PR changes the API for reading generated package-lists. New core building block is the PackageProvider protocol which replaces the top-level function and is used throughout the project to ensure a consistent and flexible call-side.

Closes #84