Skip to content

arthurintelligence/node-pathlib

Repository files navigation

node-pathlib

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

SemVer Engine/Node Support Code coverage: Lines License: MIT Snyk: Security Score Code Style: prettier

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.

About

An implementation of Python PEP 428, "pathlib" module, in Javascript using node APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published