lup-root
v1.3.10
Published
Determines absolute path to project root and main file
Downloads
40
Maintainers
Readme
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);