0.2.1 • Published 6 years ago

require-from-app-root v0.2.1

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

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