包详细信息

wgitpath

Wandalen3.3kMIT0.3.408

Collection of cross-platform routines to operate over git paths reliably and consistently. GitPath leverages parsing, normalizing, nativizing git paths. Use the module to get uniform experience from playing with paths on different platforms.

wTools

自述文件

module::GitPath status stable

Collection of cross-platform routines to operate over git paths reliably and consistently. GitPath leverages parsing, normalizing, nativizing git 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/wGitPath
cd wGitPath
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 'wgitpath@stable'

Willbe is not required to use the module in your project as submodule.