@screenie/screenie-cli
v0.0.1-15
Published
[](https://travis-ci.org/DSchau/screenie)
Downloads
21
Readme
screenie-cli
The CLI (command line interface) to use screenie.
Install
yarn global add @screenie/screenie-clior with NPM if that's more your jam
npm install -g @screenie/screenie-cliUsage
screenie -u <url> -f <folder> -d [delay] -h [height] -w [width]For a complete example, consider:
screenie -u http://localhost:3000 -f screenshotsThe above command will visit http://localhost:3000 and scrape screenshots in the presentation, placing any screenshots it finds in the screenshots directory.
