require-main-filename
shim for require.main.filename() that works in as many environments as possible
Last updated 7 years ago by bcoe .
ISC · Repository · Bugs · Original npm
$ cnpm install require-main-filename 
SYNC missed versions from official npm registry.

require-main-filename

Build Status Coverage Status NPM version

require.main.filename is great for figuring out the entry point for the current application. This can be combined with a module like pkg-conf to, as if by magic, load top-level configuration.

Unfortunately, require.main.filename sometimes fails when an application is executed with an alternative process manager, e.g., iisnode.

require-main-filename is a shim that addresses this problem.

Usage

var main = require('require-main-filename')()
// use main as an alternative to require.main.filename.

License

ISC

Current Tags

  • 2.0.0                                ...           latest (7 years ago)

2 Versions

  • 1.0.1                                ...           10 years ago
  • 2.0.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (4)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org