0.6.1 • Published 7 years ago

@td7x/home-court v0.6.1

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
7 years ago

Home Court

This very simple module that identifies the path of the most-parent app or module - home court advantage for you module.

Installation

$ npm i -S home-court

Usage

If you need the the path of the parent (or grand-parent) module simply import 'home-court' (the export is a string).

const APP_HOME = require('home-court');
console.log(APP_HOME);