Package Exports
- module-indexer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (module-indexer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
module-indexer
creates a
index.jsfor es6 modules
Usage
Install
$ npm install --save module-indexerUsage
import moduleIndexer from 'module-indexer';
moduleIndexer(__dirname, (err) => err? console.error('Doh!') : console.log('Created'));CLI
module-indexer ./Maintainers
| stoeffel | hemanth | tomekwi |
created with gh-contributors-table