libpath.Ruby
libpath, for Ruby
Table of Contents
- Introduction
- Installation
- Components
- Examples
- Project Information
- Where to get help
- Contribution guidelines
- Related projects
- License
Introduction
libpath is a path-parsing and utility library. It is concerned entirely with paths, as opposed to file-system entities.
Installation
Install via gem as in:
gem install libpath-ruby
or add it to your Gemfile
.
Use via require, as in:
require 'libpath'
Components
T.B.C.
Examples
Examples are provided in the examples
directory, along with a markdown description for each. A detailed list TOC of them is provided in EXAMPLES.md.
Project Information
Where to get help
Contribution guidelines
Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/libpath.Ruby.
Related projects
libpath.Ruby is based on the C/C++ libpath library, which itself was prompted by a request on the STLSoft project by my friend and esteemed programmer Adi Shavit.
libpath.Ruby will be used in version 3+ of the recls.Ruby library, which currently has its own path-parsing logic.
License
libpath.Ruby is released under the 3-clause BSD license. See LICENSE for details.