0.0.4 ⢠Published 8 years ago
simple-page v0.0.4
š SimplePage
š CLI to display one web page
npm install simple-page -gUsage: simple-page [<url>] [...<args>] where <url> is URL of the page and <args> is list of parameters.
ā width
--width, -w width of the window in pixels; default: 800
simple-page --width 400 http://example.com
simple-page --width=400 http://example.com
simple-page -w 400 http://example.com
simple-page -w=400 http://example.comā height
--height, -h height of the window in pixels; default: 600
simple-page --height 400 http://example.com
simple-page --height=400 http://example.com
simple-page -h 400 http://example.com
simple-page -h=400 http://example.comšŗ full screen
--full-screen, -f opening the window to full screen; default: false
simple-page --full-screen http://example.com
simple-page -f http://example.comš protocol
--protocol, -p http or https; default: http
simple-page example.com --protocol https
simple-page example.com --protocol=https
simple-page example.com -p https
simple-page example.com --p=httpsš https
--https alias for --protocol=https; default: false
simple-page example.com --httpsā dev tools
--dev-tools, -d open Chrome Dev Tools; default: false
simple-page example.com --dev-tools
simple-page example.com -dā¹ļø help
--help, -H helpful information
simple-page --help
simple-page -hš¢ version
--version, -v product version
simple-page --version
simple-page -vš Say "Thank you, developer!"