guess-root-path
v1.0.0
Published
Guess the root path of a project
Downloads
159
Readme
Guess Root Path
Guess the root path of a project.
Usage
const guessRootPath = require('guess-root-path');
const APP_PATH = guessRootPath();
// -> Something like /Users/testuser/Projects/cat-based-social-network
// or null if it cannot be resolved