Hi,
Can you provide an installation & command execution example?
I tested installing it with either:
- npm install -g hobbes-runner
- npm install hobbes-runner
But couldn't execute it running any of the following commands:
- hobbes-runner
- npm run hobbes-runner
- npm run ./node_modules/.bin/hobbes-runner
- ./node_modules/.bin/hobbes-runner
Am I doing anything wrong?