Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

require-from-app-root

Joge9728MIT0.2.1TypeScript support: included

Requires files from the app root.

require, app-root, root

readme

require-from-app-root

Requires files from the app root.

Installation

npm install require-from-app-root --save

Usage

import {requireFromAppRoot} from 'require-from-app-root';

// Requires the name from package.json file of the app root directory
const name = requireFromAppRoot('package.json').name;

Tests

npm install
npm test

Dependencies

  • @types/node: TypeScript definitions for Node.js
  • app-root-dir: Simple module to infer the root directory of the currently running node application

Dev Dependencies

  • rimraf: A deep deletion module for node (like rm -rf)
  • tslint: An extensible static analysis linter for the TypeScript language
  • typescript: TypeScript is a language for application scale JavaScript development

License

MIT