Pinned Repositories
Args
A Swift package that parses command line arguments and returns a hash of the passed flags
Colorizer
A Swift package that helps adding colors to strings written to the terminal.
Env
A simple and POSIX compliant library to read and write environment variables
FileUtils
Easy way to work with files, directories and paths in swift on macOS and linux.
guaka-cli
A command line tool to generate Guaka command line tool
Process
A POSIX compliant library to run external applications in Swift.
Prompt
Prompts the user for more information.
Regex
Cross-platform Swift regex library
Run
Run provides a quick, concise way to run an external command and read its standard output and standard error.
StringScanner
A string scanner (similar to NSScanner) implementation purely implemented in Swift
Guaka's Repositories
getGuaka/FileUtils
Easy way to work with files, directories and paths in swift on macOS and linux.
getGuaka/Process
A POSIX compliant library to run external applications in Swift.
getGuaka/Regex
Cross-platform Swift regex library
getGuaka/Env
A simple and POSIX compliant library to read and write environment variables
getGuaka/Colorizer
A Swift package that helps adding colors to strings written to the terminal.
getGuaka/Prompt
Prompts the user for more information.
getGuaka/Run
Run provides a quick, concise way to run an external command and read its standard output and standard error.
getGuaka/Args
A Swift package that parses command line arguments and returns a hash of the passed flags
getGuaka/guaka-cli
A command line tool to generate Guaka command line tool
getGuaka/StringScanner
A string scanner (similar to NSScanner) implementation purely implemented in Swift
getGuaka/Environ
Environ is a library that wraps libc environ to get all the environment variables passed to an application
getGuaka/getguaka.github.io
getGuaka/homebrew-tap
Homebrew tap for installing Guaka Generator: $ brew install getGuaka/tap/guaka
getGuaka/Swiftline
Swiftline is a set of tools to help you create command line applications.