All Projects → Bouke → Glob

Bouke / Glob

Licence: Apache-2.0 license
Glob for Swift 5

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Glob

swift-package-manager-ios
Example of how to use SPM v4 to manage iOS dependencies
Stars: ✭ 136 (+580%)
Mutual labels:  swift-package-manager
swift-html
An awesome Swift HTML DSL library using result builders.
Stars: ✭ 187 (+835%)
Mutual labels:  swift-package-manager
core-data-model-description
Declarative way to describe a Core Data model in code.
Stars: ✭ 60 (+200%)
Mutual labels:  swift-package-manager
WXKDarkSky
A pure-Swift Codable layer over the Dark Sky API.
Stars: ✭ 21 (+5%)
Mutual labels:  swift-package-manager
SwiftFCXRefresh
Pull to refresh in Swift.
Stars: ✭ 29 (+45%)
Mutual labels:  swift-package-manager
MMActionSheet
An actionSheet view implement with pure swift
Stars: ✭ 25 (+25%)
Mutual labels:  swift-package-manager
geofeatures2
A lightweight, high performance geometry library in Swift.
Stars: ✭ 18 (-10%)
Mutual labels:  swift-package-manager
bow-openapi
🌐 Functional HTTP client generator from an OpenAPI/Swagger specification.
Stars: ✭ 47 (+135%)
Mutual labels:  swift-package-manager
Caterpillar
🐛 Caterpillar: Type-safe date formats in Swift, no more "yyyy-MM-dd'T'HH:mm:ssZ"
Stars: ✭ 49 (+145%)
Mutual labels:  swift-package-manager
Networking
Low-level Swift package for POSIX sockets and Epoll/Kqueue.
Stars: ✭ 21 (+5%)
Mutual labels:  swift-package-manager
expand-brackets
Expand POSIX bracket expressions (character classes) in glob patterns.
Stars: ✭ 26 (+30%)
Mutual labels:  glob
ConsoleUI
Rasterize SwiftUI views to images from macOS terminal
Stars: ✭ 52 (+160%)
Mutual labels:  swift-package-manager
glob-fs
file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!
Stars: ✭ 54 (+170%)
Mutual labels:  glob
SwiftNES
Cross-platform NES Emulator written in Swift
Stars: ✭ 29 (+45%)
Mutual labels:  swift-package-manager
globrex
Glob to regular expression with support for extended globs.
Stars: ✭ 52 (+160%)
Mutual labels:  glob
BJOTPViewController
Entering OTP made simpler.
Stars: ✭ 42 (+110%)
Mutual labels:  swift-package-manager
izzyparser-ios
IzzyParser is an iOS library for serializing and deserializing JSON:API objects
Stars: ✭ 19 (-5%)
Mutual labels:  swift-package-manager
ecs
A dependency free, lightweight, fast Entity-Component System (ECS) implementation in Swift
Stars: ✭ 79 (+295%)
Mutual labels:  swift-package-manager
PermissionDirector
a iOS permission manager writtern by Swift
Stars: ✭ 29 (+45%)
Mutual labels:  swift-package-manager
Sensor
A fresh look at iOS development
Stars: ✭ 37 (+85%)
Mutual labels:  swift-package-manager

Glob

Glob for Swift 5.

Build Status

Usage

let files = Glob(pattern: "./**/*.swift")
for file in files {
    print(file)
}

Credits

Adapted from efirestone.

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].