Ricardo Canastro @canastro.dev · Jan 11

In my monorepo, I had several tasks scattered across different packages. * Run @temporal.io workflows manually * Deploy smart contracts with hardhat (local/testnet) * Create/deploy local graphs with @graphprotocol.bsky.social * Run migrations/seeds ...and more. #buildinpublic

6 likes 1 replies

?

Replies

Ricardo Canastro · Jan 11

Switching between folders to perform these tasks was manageable for now, but in a few months, I’d probably feel lost trying to find specific tasks. To solve this, I built a centralized CLI to keep all these tasks in one place. It’s a huge help in reducing cognitive load.