All Projects → artemnovichkov → Swift For Scripting

artemnovichkov / Swift For Scripting

Licence: mit
📋A hand-curated collection of useful and informative Swift Scripting materials.

Programming Languages

swift
15916 projects
scripting
82 projects

Projects that are alternatives of or similar to Swift For Scripting

Node Promptly
Simple command line prompting utility for nodejs
Stars: ✭ 140 (-1.41%)
Mutual labels:  cli, command-line
Dynein
DynamoDB CLI written in Rust.
Stars: ✭ 126 (-11.27%)
Mutual labels:  cli, command-line
Flow Cli
The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
Stars: ✭ 123 (-13.38%)
Mutual labels:  cli, command-line
Bull Repl
Bull / BullMQ queue command line REPL
Stars: ✭ 121 (-14.79%)
Mutual labels:  cli, command-line
The Way
A command line code snippets manager
Stars: ✭ 132 (-7.04%)
Mutual labels:  cli, command-line
Spectre.cli
An extremely opinionated command-line parser.
Stars: ✭ 121 (-14.79%)
Mutual labels:  cli, command-line
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+9152.11%)
Mutual labels:  cli, command-line
Httpcat
httpcat is a simple utility for constructing raw HTTP requests on the command line.
Stars: ✭ 109 (-23.24%)
Mutual labels:  cli, command-line
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (-10.56%)
Mutual labels:  cli, command-line
Grmon
Command line monitoring for goroutines
Stars: ✭ 1,703 (+1099.3%)
Mutual labels:  cli, command-line
Coinmon
💰 The cryptocurrency price tool on CLI. 🖥
Stars: ✭ 1,581 (+1013.38%)
Mutual labels:  cli, command-line
Git Tidy
Tidy up stale git branches.
Stars: ✭ 137 (-3.52%)
Mutual labels:  cli, command-line
Cum
comic updater, mangafied
Stars: ✭ 117 (-17.61%)
Mutual labels:  cli, command-line
Chest
Bash glue to encrypt and hide files
Stars: ✭ 123 (-13.38%)
Mutual labels:  cli, command-line
Nodejs Cli Apps Best Practices
The largest Node.js CLI Apps best practices list ✨
Stars: ✭ 2,144 (+1409.86%)
Mutual labels:  cli, command-line
Clrcli
CLRCLI is an event-driven library for building line-art user interfaces in C#/.Net command-line applications.
Stars: ✭ 124 (-12.68%)
Mutual labels:  cli, command-line
Yq
Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
Stars: ✭ 1,688 (+1088.73%)
Mutual labels:  cli, command-line
Gest
👨‍💻 A sensible GraphQL testing tool - test your GraphQL schema locally and in the cloud
Stars: ✭ 109 (-23.24%)
Mutual labels:  cli, command-line
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (-11.27%)
Mutual labels:  cli, command-line
Entrypoint
Composable CLI Argument Parser for all modern .Net platforms.
Stars: ✭ 136 (-4.23%)
Mutual labels:  cli, command-line

Articles Videos

Articles

Creating iOS Application Icons with SwiftUI

by Eneko Alonso

An interesting way to use SwiftUI with CLI for icon generation.


Announcing ArgumentParser

by Nate Cook

Swift team have released type-safe argument parsing framework.


The Ultimate Guide To Swift Executables 🚀

by Federico Zanetello

Just as described in the name of the article.


Creating a command line tool using the Swift Package Manager

by Antoine v.d. SwiftLee

Basic guide about SPM tools with simple one-command installation.


Command-line argument parsing using Swift Package Manager's SPMUtility module

by Derik Ramirez

The article contains a detailed example of generation Bash/Zsh autocomletion for SPM projects.


Using Swift for scripting

by Derik Ramirez

Good article to start with scripting.


A RunLoop for your Swift script

by Alejandro Martinez

Using async operations in your scripts is simpler than you think.


swift-sh

by Mattt

An article about a project that adds dependencies to your scripts.


Swift Tip: Using AppKit from the Command-line

by objc.io

Explanation of using GUI in your Swift scripts.


Apple's new Utility library will power up command-line apps

by Paul Hudson

Examples of using Utility framework. ArgumentParser and TerminalController are really useful.


Building a command line tool using the Swift Package Manager

by John Sundell

Personally my favorite article. In format of tutorial with recommendations based on real experience.


Scripting and Compiling Swift on the Command Line

by Jason Blevins

A simple introduction to Swift Scripting with Fibonacci Sequence.


Introduction to the Swift REPL

by Apple

Interactive Swift sessions right in your console.


Command Line Swift

by Russ Bishop

Working with different toolchains. Might be helpful for Server-side Swift projects 🤔


Command Line Programs on macOS Tutorial

by Eric A. Soto

Step-by-step tutorial with output streams, command-line arguments, and interactive input.


Swift Package Manager macOS deployment target override

by Ole Begemann

As you can understand from the title, the author writes about deployment target overriding in Swift Script project.


Handling Commands with Swift Package Manager ArgumentParser

by Eneko Alonso

Want to use ArgumentParser like a pro? You should definitely read this.


How to fuzz-test a Swift package

by Loïc Lecrenier

Advanced technique of SPM package testing - fuzz-testing via libFuzzer.


How to Build Swift Compiler-Based Tool? The Step-by-Step Guide

by Krzysztof Siejkowski

Awesome guide about using Swift compiler in your CLI tools.

Videos

UIKonf 2020 - Federico Zanetello - Swift Scripts: Zero to Hero

by Federico Zanetello

Every iOS/macOS developer uses (scripting) tools such as fastlane and swiftLint to automate tasks as much work as possible: in this talk we will dive into how we can build our own Swift scripts.


Scripting in Swift For a Testable Build

by Ellen Shapiro

Underlying many large iOS projects is a tangled nest of bash scripts that developers are often afraid to touch for fear of breaking something, and which is littered with print statements from generations of developers trying to figure out how on earth it works. How can we move away from this mess and to something more sustainable? Ellen will discuss moving a codebase like this to a command line tool that can be called from a Swift script, and which can be tested and breakpointed, and just might save a tiny bit of your sanity.


Swift scripting in practice

by John Sundell

Awesome talk by open-source ninja. Contains real-world cases, good points, and live demo.


Swift Scripting Redux: Localization

by Ayaka Nonaka

Mix of Swift Scripting and Localization.


Swift Scripting

by Ayaka Nonaka

Old but good talk. Pay attention to Dependency Management section.

Author

Artem Novichkov, [email protected]

Get help on Codementor

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].