Swift command line app

play_arrow
4 тыс
84

23:15

Creating Command Line Tools Using ArgumentParser in Swift

Creating Command Line Tools Using ArgumentParser in Swift

azamsharp

In this video, Mohammad Azam will introduce ArgumentParser. ArgumentParser is a framework in Swift, which allows to create ...

play_arrow
1 тыс
20

28:44

How to Make a Swift Command Line Tool - Swift CLI in Terminal

How to Make a Swift Command Line Tool - Swift CLI in Terminal

Paul Solt

Learn how to make a Swift Package executable using the Command Line Tool (Command Line Interface - CLI). You can improve ...

play_arrow
2 тыс
53

58:35

Building a CLI app in Swift with Pol Piella

Building a CLI app in Swift with Pol Piella

iOS Mastery

Today, I am excited to be joined by Pol Piella, a talented developer based in the UK. He will be building a command-line interface ...

play_arrow
1 тыс
15

43:21

Command-Line Utilities with Swift

Command-Line Utilities with Swift

Xebia Functional (formerly 47 Degrees)

Command-Line Utilities with Swift Although Swift is mainly used for iOS and macOS application development, it can be used for ...

play_arrow
1 тыс
3

12:00

Swift Example 1 - macOS command line app demonstrating basic Swift

Swift Example 1 - macOS command line app demonstrating basic Swift

Tech Innovator

When I create a command-line application I will get a project that has a main dot Swift in it and this mains dot Swift right now says ...

play_arrow
5 тыс
152

34:04

Swift CommandLine with ArgumentParser

Swift CommandLine with ArgumentParser

Stewart Lynch

In this video we will be creating two command line tools using Swift and the Swift ArgumentParser framework from Apple. We will ...

play_arrow
410
6

19:28

Creating Command-Line Apps with Swift Package Manager – Daniel Kennett

Creating Command-Line Apps with Swift Package Manager – Daniel Kennett

CocoaHeads Stockholm

Daniel Kennett is a long-time Cocoa developer who went from working at Spotify to being an indie developer, selling his ...

play_arrow
4 тыс
21

19:21

Swift Example 1 - macOS command line app demonstrating basic Swift (Xcode 8)

Swift Example 1 - macOS command line app demonstrating basic Swift (Xcode 8)

Tech Innovator

I'm going to create a Mac OS command line application to demonstrate some of the features of the Swift programming language ...

play_arrow
2 тыс
34

1:15:36

Building a Command Line Tool with Swift and MongoDB

Building a Command Line Tool with Swift and MongoDB

MongoDB

Building something that you can use to complete a given task is an amazing accomplishment but nothing quite compares with the ...

play_arrow
2 тыс
50

53:47

Swift Heroes Digital 2020 - Command-line automations: unchain your Xcode projects! - Stefano Mondino

Swift Heroes Digital 2020 - Command-line automations: unchain your Xcode projects! - Stefano Mondino

Swift Heroes

Swift Heroes Digital 2020 1-2 October, #directtoyourdevice Command-line automations: unchain your Xcode projects! Stefano ...

play_arrow
668
13

1:03:59

Build an App Icon Generator Swift CLI Tool for Linux & macOS with Argument Parser

Build an App Icon Generator Swift CLI Tool for Linux & macOS with Argument Parser

Xcoding with Alfian

We're going to build App Icon Generator Swift CLI Tool for Ubuntu Linux and macOS using Swift Argument Parser Lib. #swiftlang ...

play_arrow
1 тыс
11

16:22

The Basics I Command Line Tools in Swift #1

The Basics I Command Line Tools in Swift #1

arconsis

Moritz shows how to create Command Line Tools in Swift. Watch us on Twitch every Friday at 3:30 pm ...

play_arrow
1 тыс
20

39:59

Build Swift ChatGPT API Client for Linux And CLI App

Build Swift ChatGPT API Client for Linux And CLI App

Xcoding with Alfian

In this video, we're going to update ChatGPT Swift API to add Linux support and build a simple CLI App. This is a continuation of ...

play_arrow
6 тыс
129

24:29

Embed Command Line Tool in Mac App

Embed Command Line Tool in Mac App

AppleProgramming

How to embed a command line tool within a Cocoa or SwiftUI Mac app. We'll see how we can use the GUI app to install a ...

play_arrow
164
0

4:01

Building Command Line (Terminal) Programs in Swift - XCode

Building Command Line (Terminal) Programs in Swift - XCode

@NurtureLearning

... create a new project we shall be creating command line tool under msox Section okay we will see this then you can select Swift ...

play_arrow
5 тыс
52

54:01

Using readLine() and macOS Command Line Tool to create a Text Adventure app

Using readLine() and macOS Command Line Tool to create a Text Adventure app

Alex Paul

In this lesson readLine() is used to get input from the user to create a command-line text app. Also seen in this lesson is the use of ...

play_arrow
452
7

4:04

Develop a command-line tool with Swift Argument Parser and Async/Await

Develop a command-line tool with Swift Argument Parser and Async/Await

Marco Eidinger

Learn how to apply Swift Concurrency to your command-line tool built with Swift and the helpful ArgumentParser framework ...

play_arrow
999
4

8:43

How to Run a Swift Command Line Tool in Terminal - Swift CLI Build

How to Run a Swift Command Line Tool in Terminal - Swift CLI Build

Paul Solt

Learn how to use Swift build so that you can create command line tools to simplify your repetitive tasks. Using Swift you can create ...

play_arrow
3 тыс
22

5:01

Swift 2 Programming Lesson 1 : Creating a Command Line Tool

Swift 2 Programming Lesson 1 : Creating a Command Line Tool

Roderic Linguri

Create a very basic command line tool that takes arguments and provides some feedback to the user.

play_arrow
886
13

20:22

Swift Package from Command Line

Swift Package from Command Line

The Dev Method

Let's get familiar with creating a Swift project with the Swift Package Manager through the swift command line utilities that come ...