1.8.0 • Published 7 years ago

ebongarde-root v1.8.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

Ebongarde Root

Get rid of pesky repetitive '../' path resolving and instantly work off of the current project root.

What a lovely day to say I.. am.. root

Install

$ npm i ebongarde-root

Usage

var ROOT = require('ebongarde-root')

console.log(`The root directory is ${ROOT}`)

...and there you go! You have the root of your app and can use it no matter how deep into a file system you are within your project!

Developer Warning

Because this module is intentionally built extremely compact, it only works via node and standard ways to execute the code. Working with testing and debugging may use different methods as an entry point in the code. If you find such issues, create an issue via the git page or contribute a fix by forking the package and issuing a pull request.

1.8.0

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago