# path-plus

> Improved path module.

Latest version **1.0.1** (published 2017-04-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install path-plus
pnpm add path-plus
yarn add path-plus
bun add path-plus
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2017-04-27 |
| First published | 2017-02-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | jwu |
| Maintainers | johnnywu |
| Keywords | node, path |

## Links

- npm: https://www.npmjs.com/package/path-plus
- Repository: https://github.com/electron-utils/path-plus
- Issues: http://github.com/electron-utils/path-plus/issues
- npm.io page: https://npm.io/package/path-plus

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2017-04-27
- 1.0.0 — 2017-02-03

## README

# path-plus

[![Linux Build Status](https://travis-ci.org/electron-utils/path-plus.svg?branch=master)](https://travis-ci.org/electron-utils/path-plus)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/i80hkk2bea8xbv9j?svg=true)](https://ci.appveyor.com/project/jwu/path-plus)
[![Dependency Status](https://david-dm.org/electron-utils/path-plus.svg)](https://david-dm.org/electron-utils/path-plus)
[![devDependency Status](https://david-dm.org/electron-utils/path-plus/dev-status.svg)](https://david-dm.org/electron-utils/path-plus#info=devDependencies)

Improved path module.

## Install

```bash
npm install --save path-plus
```

## Usage

```javascript
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

---
_Source: https://npm.io/package/path-plus · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
