JSPM

module-indexer

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 93
  • Score
    100M100P100Q58881F
  • License MIT

creates a `index.js` for es6 modules

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

Coverage Status Build Status Dependency Status npm version

module-indexer

creates a index.js for es6 modules

Usage

Install

$ npm install --save module-indexer

Usage

import moduleIndexer from 'module-indexer';

moduleIndexer(__dirname, (err) => err? console.error('Doh!') : console.log('Created'));

CLI

module-indexer ./

Maintainers

stoeffel hemanth tomekwi
stoeffel hemanth tomekwi

created with gh-contributors-table

License

MIT © stoeffel tomekwi hemanth