entry-points

1.2.1 • Public • Published

entry-points

Find a node module's possible entry points, like it's main script and bin scripts.

build status

Example

var find = require('entry-points');
 
find(__dirname, function(err, entries){
  console.log(entries);
  // ['index.js', 'bin/foo']
});

There's also a cli for quick inspection:

$ npm install -g entry-points
$ entry-points
index.js
bin/foo

Installation

$ npm install entry-points

License

MIT

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i entry-points

Weekly Downloads

0

Version

1.2.1

License

MIT

Last publish

Collaborators

  • juliangruber