UNPKG

masson

Version:

Module execution engine for cluster deployments.

37 lines (15 loc) 616 B
--- title: layout: module --- # Bootstrap This module is provided for convenience. It doesn't do anything on its own but instead declare all the commonly required bootstrap modules as dependencies. See the documentation of each modules for additionnal information. module.exports = [] module.exports.push 'masson/bootstrap/cache_memory' module.exports.push 'masson/bootstrap/log' module.exports.push 'masson/bootstrap/utils' module.exports.push 'masson/bootstrap/connection' module.exports.push 'masson/bootstrap/info' module.exports.push 'masson/bootstrap/mecano'