UNPKG

project-root-directory

Version:
19 lines (12 loc) 291 B
# 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 ```