Swift
-
Mint: A package manager that installs and runs Swift command line tool packages (why should I use it?)
-
Ice: A developer friendly package manager for Swift; 100% compatible with Swift Package Manager (why should I use it?)
-
5.1 Create new executable app
swift package init --type executable
5.2 Build
swift build
5.3 Run
swift run
5.4 Test
swift test