# organic-stem-skeleton-find-root

> Finds the nearest parent directory containing `dna`. It is then considered as stem skeleton root directory returned as absolute path.

Latest version **2.0.1** (published 2019-09-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install organic-stem-skeleton-find-root
pnpm add organic-stem-skeleton-find-root
yarn add organic-stem-skeleton-find-root
bun add organic-stem-skeleton-find-root
```

## 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 | 2.0.1 |
| Published | 2019-09-10 |
| First published | 2018-11-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Boris Filipov |
| Maintainers | outbounder |

## Links

- npm: https://www.npmjs.com/package/organic-stem-skeleton-find-root
- Repository: https://github.com/node-organic/organic-stem-skeleton-find-root
- Homepage: https://github.com/node-organic/organic-stem-skeleton-find-root#readme
- Issues: https://github.com/node-organic/organic-stem-skeleton-find-root/issues
- npm.io page: https://npm.io/package/organic-stem-skeleton-find-root

## Dependencies (1)

- [find-up](https://npm.io/package/find-up.md) ^3.0.0

## Recent versions

- 2.0.1 (latest) — 2019-09-10
- 2.0.0 — 2019-09-10
- 1.0.1 — 2018-11-23
- 1.0.0 — 2018-11-23

## README

# organic-stem-skeleton-find-root

Finds the nearest parent directory containing `dna`. It is then considered as stem skeleton root directory returned as absolute path.

Note that it starts searching from the `path.dirname(process.cwd())`, ie from the parent directory of the current working one.

## usage

```bash
$ npm i organic-stem-skeleton-find-root --save
```

```javascript
const findSkeletonRoot = require('organic-stem-skeleton-root')
const monorepo_root = await findSkeletonRoot()
```

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