UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

9 lines (6 loc) 222 B
'use strict'; var path = require('path'); var nodeModulesPath = require('node-modules-path'); module.exports = function requireLocal(lib) { return require(path.join(nodeModulesPath(process.cwd()), lib)); };