Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.48 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.48 KB

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