Child Process
type Output
= Silent
| Verbose Output type.
type Exit
= Code Int
| Signal StringExit type.
spawn : String -> Node.ChildProcess.Output -> Task Node.Error.Error Node.ChildProcess.ExitSpawn a child process by running the given command.