website-preview-tool
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "website-preview-tool", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Get a screenshot of a website from the command line", | ||
@@ -10,4 +10,3 @@ "main": "bin/index.js", | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"author": "LuisPavelA", | ||
"license": "ISC", | ||
@@ -21,3 +20,10 @@ "dependencies": { | ||
"preview": "./bin/index.js" | ||
} | ||
} | ||
}, | ||
"keywords": [ | ||
"screenshot", | ||
"website", | ||
"cli", | ||
"command", | ||
"website" | ||
] | ||
} |
@@ -1,6 +0,22 @@ | ||
# Website Preview Tool | ||
<h1 align="center"> | ||
Website Preview Tool | ||
</h1> | ||
### Get a screenshot of a website from the command line | ||
### Made with Puppeteer and Commander. | ||
<p align="center"> | ||
<strong>Get a screenshot of a website from the command line</strong> | ||
</p> | ||
<p align="center"> | ||
<h3 align="center"> | ||
<a href="https://github.com/LuisPavelA/website-preview-tool">GitHub</a> | ||
<span> · </span> | ||
<a href="https://www.npmjs.com/package/website-preview-tool">NPM</a> | ||
</h3> | ||
</p> | ||
<p align="center"> | ||
Made with Puppeteer and Commander. | ||
</p> | ||
--- | ||
## - How to use | ||
@@ -15,2 +31,14 @@ | ||
### You can install it on your computer globally by doing | ||
``` | ||
npm install -g website-preview-tool | ||
``` | ||
and then you can run it by doing | ||
``` | ||
website-preview-tool website <link> | ||
``` | ||
## - Options | ||
@@ -21,2 +49,2 @@ `-o <output>` - Set the name of the screenshot output. The default is `website_preview.png` | ||
`-w <number_of_pixels>` - Set the width of the website. The default is `1080`. | ||
`-w <number_of_pixels>` - Set the width of the website. The default is `1080`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
2809
1
49