1.0.0 • Published 9 years ago

paratio v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

paratio

paratio is a module loader for an express node application. It just gets a list of npm packages and loads them. The packages have to follow a special pattern to be loaded properly.

paratio modules

paratio modules are created in form of npm packages. Its main file has to export a function with the following signature: function (app, config, modules, Toolbox) app - The parent express app config - The paratio config file modules - A list containing already loaded modules Toolbox - The paratio toolbox

The function has to return some sort of object representing this module.

This is still an alpha version and under construction. 2.0.0 will be the first release.