A tool that gives you a command line interface to your Swift scripts. Beak can take a standard Swift file and then list and run any public global functions in it via a command line interface. It analyses your Swift file via SourceKit and finds all public and global functions, turning each into a runnable command while converting parameter names into command line flags. You can also use Beak to generate an Xcode project with all dependencies linked so you can edit your Swift file with full code completion.
Other similar tools
Sitrep
Sitrep is source code analyzer for Swift projects, giving you a high-level overview of your code: A count of your […]
SwiftPlaygroundsCLI
Easily generate Swift Playgrounds from your command line for the new Playgrounds App on macOS 👨💻 […]
Poes
A Swift command-line tool to easily send push notifications to the iOS simulator Poes helps you with: Generating a JSON […]
Finch
Finch is a configurable tool designed to make tracking the history and evolution of a product simple and easy to […]