Skip to content

electron-utils/path-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

path-plus

Linux Build Status Windows Build status Dependency Status devDependency Status

Improved path module.

Install

npm install --save path-plus

Usage

const pathPlus = require('path-plus');

// do something...

API Reference

Methods

pathPlus.basenameNoExt(path)

pathPlus.slash(path)

pathPlus.stripSep(path)

pathPlus.stripExt(path)

pathPlus.contains(pathA, pathB)

License

MIT © 2017 Johnny Wu