0.0.3 • Published 7 years ago
@screenie/cli v0.0.3
@screenie/cli
The CLI (command line interface) to use screenie.
Install
yarn global add @screenie/clior with NPM if that's more your jam
npm install -g @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.