gwh.lol

A site for the gwh command.

Idea

Let's practice programming by building a command line tool, and we'll call it gwh because this domain (gwh.lol) was available.

Subcommands

gwh lol --deploy

We deploy our test site with npx wrangler pages deploy www/. That's a lot to remember. What if instead we could run gwh lol --deploy to have it deploy main.gwhlol.pages.dev.

gwh lol --deploy --production

We deploy our site with npx wrangler pages deploy www/ --branch production. That's a lot to remember. What if instead we could run gwh lol --deploy --production to have it deploy gwhlol.pages.dev.