| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Find the root directory of a Node.js project or npm package
npm install --global package-directory-cli$ package-directory --help
Usage
$ package-directory <cwd>
Examples
$ echo $PWD
/Users/sindresorhus/foo/bar
$ package-directory
/Users/sindresorhus/foo
/
└── Users
└── sindresorhus
└── foo
├── package.json
└── bar
└── example.js
$ echo $PWD /Users/sindresorhus/foo/bar $ package-directory /Users/sindresorhus/foo
| Back | FazBrowse Home | New Git URL |