0.0.24 • Published 7 months ago

@itrocks/app-dir v0.0.24

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

npm version npm downloads GitHub issues discord

app-dir

A Node.js library to determine the root directory of your project.

Usage

Installation

npm i @itrocks/app-dir

Example

import { appDir } from '@itrocks/app-dir'
console.log(appDir)
// Prints the root directory of your main application

How it works

This library determines your application's root directory by resolving the ./node_modules/@itrocks/app-dir/app-dir.js path relative to your project. It uses this relative path to calculate the full path to your application.

0.0.24

7 months ago

0.0.23

9 months ago

0.0.22

9 months ago

0.0.21

11 months ago

0.0.20

11 months ago

0.0.19

11 months ago

0.0.18

12 months ago

0.0.17

12 months ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago