Skip to content

🐴 Pony package provides the ability find all pathnames matching a given pattern based on Unix shell rules.

License

Notifications You must be signed in to change notification settings

ponylang/glob

glob

The Glob package provides the ability find all pathnames matching a given pattern based on Unix shell rules. Its adapted from the glob2 python module.

Status

Production ready.

Installation

  • Install corral
  • corral add github.com/ponylang/glob.git --version 1.0.6
  • corral fetch to fetch your dependencies
  • use "glob" to include this package
  • corral run -- ponyc to compile your application

Dependencies

glob uses the Pony regex library. Usage and installation instructions for it will be required in order for this library to work.

API Documentation

https://ponylang.github.io/glob