wfileexecutor
v0.3.398
Published
Experimental. Class to execute a collection of templates with inlined JavaScript code to instantiate it. A collection of templates could be co-dependent in which case FileExecutor deduce dependencies and correct order of templates executions.
Downloads
28
Readme
module::FileExecutor
Experimental. Class to execute a collection of templates with inlined JavaScript code to instantiate it. A collection of templates could be co-dependent in which case FileExecutor deduce dependencies and correct order of templates executions.
Try out from the repository
git clone https://github.com/Wandalen/wFileExecutor
cd wFileExecutor
will .npm.install
node sample/trivial/Sample.s
Make sure you have utility willbe
installed. To install willbe: npm i -g willbe@stable
. Willbe is required to build of the module.
To add to your project
npm add 'wfileexecutor@stable'
Willbe
is not required to use the module in your project as submodule.