Constructor
new Bob(opts:)
Constructor for initialising Bob.
Parameters:
| Name | Type | Description |
|---|---|---|
opts: |
Object
|
optional - appDir: directory where the userland application calls Bob from - bobDir: directory where Bob's installation is located - appName: name of the userland application (retrieved from its package.json) - appVersion: version value of the userland application (retrieved from its package.json) - bobMode: either `human` or `robot`, when you are a robot - you have to declare yourself :-] - quiet: when true, only display task name and command, but without the command output |