codeflow-package-base
v0.2.0
Published
An abstract package to be used along with Codeflow packages. Supports dynamic module listing and wrapper methods for inputfiltering and resource loading
Downloads
177
Readme
README
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.
What is this repository for?
- Easy development of codeflow pacakges
- 0.1.0
How do I get set up?
- import the 'modules' module and extend the modules in the root folder (modules.js)
- import the 'base' module and extend the base module