Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcd/pathname-ts

🗄️
https://github.com/tcd/pathname-ts

Last synced: 5 days ago
JSON representation

🗄️

Awesome Lists containing this project

README

        

# 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/