website-carbon-cli
v0.2.1
Published
CLI tool to provide website carbon emission results from websitecarbon.com
Downloads
3
Readme
website-carbon-cli
CLI tool to run a website carbon test on a URL (using websitecarbon.com) and print the results to the console.
Requirements
Requires NodeJS version 12 or higher.
Install + example usage
npm install -g website-carbon-cli
web-carbon npmjs.com
Options and flags
--pretty
or -p
Prints results to console, in human-readable format (default)
--raw
or -r
Outputs raw JSON output to console
If no flags are provided, --pretty
is the default.