Skip to content

Instantly share code, notes, and snippets.

@aj0strow
Created July 8, 2014 19:18
Show Gist options
  • Save aj0strow/b158b7682c16de17ec69 to your computer and use it in GitHub Desktop.
Save aj0strow/b158b7682c16de17ec69 to your computer and use it in GitHub Desktop.
Node App Root
var path = require('path')
var dirname = path.dirname(require.main.filename)
var root = dirname.split('/node_modules/')[0]
module.exports = root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment