wpathtools
v0.5.236
Published
Collection of cross-platform routines to operate paths reliably and consistently. Implements routines for manipulating paths maps and globing. Extends module PathBasic.
Downloads
4,101
Maintainers
Readme
module::PathTools
Collection of cross-platform routines to operate paths in the reliable and consistent way. PathTools leverages parsing, joining, extracting, normalizing, nativizing, resolving paths. Use the module to get uniform experience from playing with paths on different platforms.
Try out from the repository
git clone https://github.com/Wandalen/wPathTools
cd wPathTools
will .npm.install
node sample/trivial/Sample.s
Make sure you have utility willbe
installed. To install willbe: npm i -g willbe@stable
. Willbe is required to build of the module.
To add to your project
npm add 'wpathtools@stable'
Willbe
is not required to use the module in your project as submodule.