0.0.24 • Published 1 year ago

@itrocks/app-dir v0.0.24

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago