UNPKG

app-root

Version:

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

15 lines (10 loc) 252 B
// root 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'); });