1.0.0 • Published 1 month ago

node-pathlib v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

node-pathlib

A port of Python PEP 428, the pathlib module, to node

Intro

node-pathlib is a port of the Python PEP 428, "The pathlib module" to NodeJS.

Justification

The pathlib module offers a natural, higher level API than that offerred by the node:path and node:fs native libraries. While it is not entirely possible to reproduce the pathlib module due to the lack of operator overloading in Javascript, this package did its best to represent accurately the interface offered by its Python counterpart.

Documentation

Documentation is available here.

1.0.0

1 month ago

0.0.3

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago