登录
dnrops/Glob
关注点赞复刻(Fork)
  • 主页
  • 代码库
  • 疑修(Issue)
  • 合并请求(PR)
  • 引擎(Engine)
  • 里程碑
  • 维基(Wiki)
  • 动态
目录
master
分支1
标签6
+ 疑修
Web IDE
Bouke Haarsma

Remove Travis CI configuration

4年前43次提交
  • .githubRun swiftlint as part of CI4年前
  • SourcesGLOB_MARK returns slash too many4年前
  • TestsRemove debug code leftovers4年前
  • .gitignoreInitial commit9年前
  • .swift-versionUpdate for Swift 55年前
  • .swiftlint.ymlResolve code style issues reported by swiftlint4年前
  • LICENSEAdd LICENSE4年前
  • Package.swiftResolve code style issues reported by swiftlint4年前
  • README.mdAdd GH status badge4年前
目录README.md

Glob

Glob for Swift 5.

Build Status

Usage

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

Credits

Adapted from efirestone.

关于
swift
README.md
93.0 KB
邀请码