a

app-root-path

Determine an app's root path from anywhere inside the app
https://github.com/inxilpro/node-app-root-path
MIT
Chris Morrell
inxilpro
Files download
File Operation
app-root-path-2.1.0.jar download
app-root-path-2.1.0.pom download
app-root-path-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>app-root-path</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:app-root-path:2.1.0'
Gradle Kotlin
implementation("org.mvnpm:app-root-path:2.1.0")
Scala SBT
libraryDependencies += "org.mvnpm" % "app-root-path" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='app-root-path', version='2.1.0')
)
Apache Ivy
<dependency org="org.mvnpm" name="app-root-path" rev="2.1.0" />
Leiningen
[org.mvnpm/app-root-path "2.1.0"]
Apache Buildr
'org.mvnpm:app-root-path:jar:2.1.0'
Dependencies
The project has no third-party dependencies