@o3r/core
Version:
Core of the Otter Framework
17 lines • 685 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ngShowModules = void 0;
const schematics_1 = require("@o3r/schematics");
/**
* Show the list of available modules
* @param options
*/
function ngShowModulesFn(options) {
return (0, schematics_1.displayModuleListRule)({ keyword: schematics_1.OTTER_MODULE_KEYWORD, scopeWhitelist: schematics_1.OTTER_MODULE_SUPPORTED_SCOPES, onlyCmsModules: options.cmsOnly, onlyNotInstalledModules: options.hideInstalledModule });
}
/**
* Show the list of available modules
* @param options
*/
exports.ngShowModules = (0, schematics_1.createOtterSchematic)(ngShowModulesFn);
//# sourceMappingURL=index.js.map