A scripting tool used to execute javascript scripting files for projects. Scripts & lookup directories are passed to the module as parameters.
- Switcher - Acts as a switcher for choosing a script to execute using a key name compared with passed script parameter. e.g. deployment scripts as building distribution code, live testing, live reload, setup and running the app.
- Lookup algorithm - searches for the script file inside directories specified in script parameter.
A commandline interface is exposed through scriptManager package which intern uses scriptExecution
to execute scripts from the target project.