CLI to get a parrot server up and running
npm install parrot-server
parrot-server is a CLI that creates and starts up an express app that uses parrot-middleware
``bash``
parrot-server --port 3001 --scenarios /path/to/scenarios.jscould also use shorthand:
parrot-server -p 3001 -s /path/to/scenarios.js