# aurelia-path

> Utilities for path manipulation.

Latest version **1.1.8** (published 2024-08-11) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.8 |
| Published | 2024-08-11 |
| First published | 2015-11-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 106.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 20 |
| Author | Rob Eisenberg |
| Maintainers | aureliaeffect |
| Keywords | aurelia, path |

## Links

- npm: https://www.npmjs.com/package/aurelia-path
- Repository: https://github.com/aurelia/path
- Homepage: http://aurelia.io
- Issues: https://github.com/aurelia/path/issues
- npm.io page: https://npm.io/package/aurelia-path

## 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.1.8 (latest) — 2024-08-11
- 1.1.7 — 2021-09-26
- 1.1.5 — 2019-10-15
- 1.1.4 — 2019-09-10
- 1.1.3 — 2019-03-26
- 1.1.2 — 2019-01-18
- 1.1.1 — 2016-09-23
- 1.1.0 — 2016-09-22
- 1.0.0 — 2016-07-27
- 1.0.0-rc.1.0.0 — 2016-06-22
- 1.0.0-beta.2.0.1 — 2016-06-17
- 1.0.0-beta.2.0.0 — 2016-06-13
- 1.0.0-beta.1.2.2 — 2016-05-10
- 1.0.0-beta.1.2.1 — 2016-04-06
- 1.0.0-beta.1.2.0 — 2016-03-23
- … 3 more at https://npm.io/package/aurelia-path/versions

## README

# aurelia-path

[![npm Version](https://img.shields.io/npm/v/aurelia-path.svg)](https://www.npmjs.com/package/aurelia-path)
[![Discord Chat](https://img.shields.io/discord/448698263508615178.svg)](https://discord.gg/RBtyM6u)
[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/aurelia/path)

This library is part of the [Aurelia](http://www.aurelia.io/) platform and contains utilities for path manipulation.

> To keep up to date on [Aurelia](http://www.aurelia.io/), please visit and subscribe to [the official blog](http://blog.aurelia.io/) and [our email list](http://eepurl.com/ces50j). We also invite you to [follow us on twitter](https://twitter.com/aureliaeffect). If you have questions, please [join our community on Discord](https://discord.gg/RBtyM6u) or use [stack overflow](http://stackoverflow.com/search?q=aurelia). Documentation can be found [in our developer hub](http://aurelia.io/hub.html).

## Platform Support

This library can be used in the **browser** as well as on the **server**.

## Building The Code

To build the code, follow these steps.

1. Ensure that [NodeJS](http://nodejs.org/) is installed. This provides the platform on which the build tooling runs.
2. From the project folder, execute the following command:

  ```shell
  npm ci
  ```
3. To build the code, you can now run:

  ```shell
  npm run build
  ```
5. You will find the compiled code in the `dist` folder, available in three module formats: AMD, CommonJS and ES6.

## Running The Tests

To run the unit tests, first ensure that you have followed the steps above in order to install all dependencies and successfully build the library. Once you have done that, proceed with these additional steps:

1. You can now run the tests with this command:

  ```shell
  npm test
  ```

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