Update README.md
vintage is a small command-line tool to check outdated Swift Package Manager dependencies.
vintage
📦 pseudo swift package outdated command.
swift package outdated
Think pod outdated or carthage outdated, but for Swift Package Manager.
pod outdated
carthage outdated
Without any specifications (have to be executed in the directory where Swift Package Manager manifest file (Package.swift) is located):
$ vintage
Specifies path of Swift Package Manager directory to update:
$ vintage -p path/to/dependencies
Help page:
$ vintage --help USAGE: vintage [--path <path>] OPTIONS: -p, --path <path> Path to the folder contains Swift Package manifest file (Package.swift). (default: .) -h, --help Show help information.
🆕 swiftbrew
“A package manager that installs prebuilt Swift command line tool packages, or Homebrew for Swift packages.”
$ swift brew install vinhnx/vintage
homebrew
$ brew tap vinhnx/homebrew-formulae $ brew install vinhnx/formulae/vintage
to upgrade existing vintage executable
$ brew upgrade vinhnx/formulae/vintage
or
$ brew install vinhnx/homebrew-formulae/vintage
Mint
$ mint install vinhnx/vintage
Marathon
$ marathon install vinhnx/vintage
Make
$ git clone https://github.com/vinhnx/vintage.git $ cd vintage $ make
Swift Package Manager
$ git clone https://github.com/vinhnx/vintage.git $ cd vintage $ swift build -c release $ cp -f .build/release/vintage /usr/local/bin/vintage
If you like this tool, checkout my spawn, it’s a tool to generate and/or update Swift packages and open a Xcode project for you.
Combo:
$ vintage && spawn # vintage: check for any outdated packages, spawn: update packages then open an generated Xcode project for you
I hope you like it! :)
Check out https://github.com/kiliankoe/swift-outdated for similiar approach to checking outdated depedencies.
Feel free to contact me on Twitter for discussions, news & announcements & other projects. Thank you! 🚀
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
vintage
UNMAINTAINED
vintage
is a small command-line tool to check outdated Swift Package Manager dependencies.📦 pseudo
swift package outdated
command.Think
pod outdated
orcarthage outdated
, but for Swift Package Manager.Usage
Without any specifications (have to be executed in the directory where Swift Package Manager manifest file (Package.swift) is located):
Specifies path of Swift Package Manager directory to update:
Help page:
Installation
🆕 swiftbrew
“A package manager that installs prebuilt Swift command line tool packages, or Homebrew for Swift packages.”
homebrew
to upgrade existing vintage executable
or
Mint
Marathon
Make
Swift Package Manager
Related projects
If you like this tool, checkout my spawn, it’s a tool to generate and/or update Swift packages and open a Xcode project for you.
Combo:
I hope you like it! :)
Dependencies
Reference
swift-outdated
Check out https://github.com/kiliankoe/swift-outdated for similiar approach to checking outdated depedencies.
Help, feedback or suggestions?
Feel free to contact me on Twitter for discussions, news & announcements & other projects. Thank you! 🚀