An abstract package to be used along with Codeflow packages. Supports dynamic module listing and wrapper methods for inputfiltering and resource loading
This package is intended to give a definite structure to the Codeflow packages. This also have support for dynamic module listing. Including this pacakge from npm will make it easier for defining the business logic and reuse most of the common code used for resource loading and inputFiltering.
* Easy development of codeflow pacakges
* 0.1.0
* import the 'modules' module and extend the modules in the root folder (modules.js)
* import the 'base' module and extend the base module
* team@codeflow.co