project-root-directory
Version:
find the project root
19 lines (12 loc) • 291 B
Markdown
# 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
```