Skip to main content

wcarbon

CLI tool for checking websites against WebsiteCarbon API.

It’s fast and simple to use.

Installation

  1. Install Deno
  2. Run deno install --allow-net -n wcarbon https://raw.githubusercontent.com/timharek/wcarbon/main/mod.ts
  3. Done, you can now simply run wcarbon on your machine!

Usage

$ wcarbon -u https://timharek.no
$ wcarbon -su https://timharek.no

See wcarbon -h for all available flags and commands.

Development

  1. Install Deno
  2. Install githooked
  3. Run githooked enable
  4. Now you can get to work! 🕶️