# project-root-directory

> find the project root

Latest version **1.0.3** (published 2020-07-13) · ISC license · 0 weekly downloads

## Install

```sh
npm install project-root-directory
pnpm add project-root-directory
yarn add project-root-directory
bun add project-root-directory
```

## 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.3 |
| Published | 2020-07-13 |
| First published | 2019-11-05 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10.12.0 |
| Dependencies | 1 |
| Unpacked size | 1.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Sascha Tandel |
| Maintainers | sastan |
| Keywords | app, directory, monorepo, path, project, root |

## Links

- npm: https://www.npmjs.com/package/project-root-directory
- Repository: https://github.com/sastan/project-root-directory
- Homepage: https://github.com/sastan/project-root-directory#readme
- Issues: https://github.com/sastan/project-root-directory/issues
- npm.io page: https://npm.io/package/project-root-directory

## Dependencies (1)

- [resolve-from](https://npm.io/package/resolve-from.md) ^5.0.0

## 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.3 (latest) — 2020-07-13
- 1.0.0 — 2019-11-05

## README

# project-root-directory

> find the project root

## Getting Started

Install the package by running:

```sh
<npm | yarn | pnpm> install project-root-directory
```

Then use it:

```js
const projectRootDirectory = require('project-root-directory')
// path of the project root directory
```

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