indexr icon indicating copy to clipboard operation
indexr copied to clipboard

Configure using .indexrc.js

Open ryardley opened this issue 9 years ago • 1 comments

Allow for configuration via configuration file. probably .indexrc.js or something similar

ryardley avatar Aug 14 '16 19:08 ryardley

Format:

module.exports = {
  indexes: [{
    exportAll: false,
    exportNamed: true,
    modules: '**/modules/',
    outputFilename: 'index.js',
    submodules: ['*/', '*.js'],
    submodulesIgnore: 'index.js',
  }]
}

ryardley avatar Aug 21 '16 11:08 ryardley