https://github.com/tcd/pathname-ts
🗄️
https://github.com/tcd/pathname-ts
Last synced: 16 days ago
JSON representation
🗄️
- Host: GitHub
- URL: https://github.com/tcd/pathname-ts
- Owner: tcd
- License: mit
- Created: 2022-07-12T14:41:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T20:28:52.000Z (about 3 years ago)
- Last Synced: 2025-01-03T08:14:15.611Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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/