parrot-server
v5.2.1
Published
CLI to get a parrot server up and running
Downloads
73
Readme
parrot-server is a CLI that creates and starts up an express app that uses parrot-middleware
Example
parrot-server --port 3001 --scenarios /path/to/scenarios.js
# could also use shorthand:
parrot-server -p 3001 -s /path/to/scenarios.js