lup-root
TypeScript icon, indicating that this package has built-in type declarations

1.3.10 • Public • Published

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);

Package Sidebar

Install

npm i lup-root

Weekly Downloads

4

Version

1.3.10

License

MIT

Unpacked Size

6.94 kB

Total Files

5

Last publish

Collaborators

  • luca-vogels