UNPKG

pathname-ts

Version:

A partial implementation of Ruby's Pathname class for Node.js.

18 lines (11 loc) 920 B
# pathname-ts [![npm](https://img.shields.io/npm/v/pathname-ts)](https://www.npmjs.com/package/pathname-ts) [![GitHub issues](https://img.shields.io/github/issues/tcd/pathname-ts)](https://github.com/tcd/pathname-ts/issues) [![GitHub](https://img.shields.io/github/license/tcd/pathname-ts)](https://github.com/tcd/pathname-ts/blob/master/LICENSE.md) A partial implementation of Ruby's [Pathname][pathname] class for [Node.js][node]. ## Related - [yadex205/node-pathname](https://github.com/yadex205/node-pathname) - Node.js implementation of Ruby's Pathname - [mynyml/pathname](https://github.com/mynyml/pathname) - OO wrapper for node's path/fs modules. Based on Ruby's sweet Pathname class - [nspragg/file-js](https://github.com/nspragg/file-js) - Abstract representation of a pathname [pathname]: https://ruby-doc.org/stdlib-2.7.0/libdoc/pathname/rdoc/Pathname.html [node]: https://nodejs.dev/