UNPKG

app-root

Version:

Find the entry-point/root file of a front-end application

14 lines (9 loc) 244 B
define(function (require) { var fs = require('fs'), path = require('path'), exec = require('child_process').exec, http = require('http'), // Makes this the root a = require('a'); console.log('Booyah'); });