Modules baked in command run
Saturday, October 14, 2017 6:12 AMcommand_run Accepts a program and an array of arguments and exectures them using nodejs child-process spawn.
An example quilk.json block
{
"name": "running bower install",
"module": "command_run",
"program": "bower",
"arguments": ["install", "-s"]
},