tomprogers / filesystem-path

Fluent interface over strings representing filesystem paths
MIT License
2 stars 0 forks source link

add remaining methods #1

Open tomprogers opened 3 years ago

tomprogers commented 3 years ago

Add the other stuff I have planned. Some of this will take a little research.

String methods

RegExp-facing methods (treats segments as lines unless /g flag)

Array methods (operate on folders)

Static class methods

tomprogers commented 3 years ago

ppl will want resolve, join, and other familiar functions from Node's FS package

tomprogers commented 3 years ago
  1. [ ] restructure the tests
  2. [ ] convert internal representation to use folders: []
  3. [ ] add these methods