UNPKG

indexr

Version:

Automated dynamic indexes for your ES6+ source code.

26 lines (21 loc) 948 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _collect = require('../cli/collect'); var _collect2 = _interopRequireDefault(_collect); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.default = [{ name: 'submodules', coercion: _collect2.default, description: 'Glob string that determine what is a submodule.', flags: '-s --submodules <string>', long: 'A glob pathed to each module holder folder that will determine what is ' + 'a submodule. Defaults to "*/index.js"' }, { name: 'submodulesIgnore', coercion: _collect2.default, description: 'Glob string that determine which submodules are ignored.', flags: '-g --submodules-ignore <string>', long: 'A glob pathed to the rootFolder that will determine which folders are ' + 'not considered submodules. If this is ommitted nothing is ignored.' }]; module.exports = exports['default'];