@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
10 lines (7 loc) • 356 B
JavaScript
module.exports = {
description: 'Adds ability to run custom logic as defined in a blueprint',
blueprintDirs: {
functions: 'Blueprints are predominantly declarative - preferring JSON definitions over hand-coded functions. But for those times when only code will do, blueprints can supply supplemental Javascript functions too.'
}
}