0.6.2 • Published 2 years ago

@jarusll/path v0.6.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Path

A wrapper class for node's path module.

Documentation

  • I represent a filepath in system.
  • You can import me by
    • import Path from '@jarusll/path'
  • You can use me by
    • new Path(PATH_STRING)
    • Path.fromString(PATH_STRING)
    • PATH_STRING.asPath()

Class Diagram

TODO

DONE

  • Add relativeTo and extension messages. Did not add resolve, too confusing
  • Add unit tests
  • Add join and parse
  • Add UML diagram
  • Add asPath message for String in IIFE. Dint had to, it automatically imported itself
  • Bundling? for fun. Added with rollup
0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago