Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcd/pathname-ts
🗄️
https://github.com/tcd/pathname-ts
Last synced: 5 days ago
JSON representation
🗄️
- Host: GitHub
- URL: https://github.com/tcd/pathname-ts
- Owner: tcd
- License: mit
- Created: 2022-07-12T14:41:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T21:32:42.000Z (over 2 years ago)
- Last Synced: 2023-03-03T11:34:48.343Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 220 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
[![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/