pathname-ts
Version:
A partial implementation of Ruby's Pathname class for Node.js.
18 lines (11 loc) • 920 B
Markdown
# pathname-ts
[](https://www.npmjs.com/package/pathname-ts)
[](https://github.com/tcd/pathname-ts/issues)
[](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/