@giancarl021/path-like-resolver
v0.1.3
Published
Generates a tree structure using a list of UNIX-like paths, with support for custom payloads.
Downloads
9
Maintainers
Readme
Path-Like Resolver
Generate tree structure from a list of UNIX-like paths, with support for custom payloads.
Why?
This package allows simple transformations on path lists to a tree structure, which can be used in a file explorer, for example. The package is very simple and lightweight, and it's written in TypeScript, allowing generics for payloads or no payloads at all.
Documentation and Source-Code
You can find the documentation and source-code on GitHub.