Skip to content
/ node-lup-root Public template

Node module determines path to project root

License

Notifications You must be signed in to change notification settings

LupCode/node-lup-root

Repository files navigation

GitHub package.json version npm bundle size GitHub Workflow Status NPM

lup-root

Node module that determines absolute path to project root and main file of project

Example

const {ROOT, MAIN} = require('lup-root');

console.log("Root directory: " + ROOT);
console.log("Main file: " + MAIN);

About

Node module determines path to project root

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published