I Built an npm CLI Tool That Checks If Your Project Is Deployment Ready
Deployments often fail for the smallest reasons.
A missing .env file.
A forgotten build script.
A missing Dockerfile.
I Built an npm CLI Tool That Checks If Your Project Is Deployment Ready Deployments often...
I Built an npm CLI Tool That Checks If Your Project Is Deployment Ready
Deployments often fail for the smallest reasons.
A missing .env file.
A forgotten build script.
A missing Dockerfile.

A small TypeScript CLI for syncing .env variables into GitHub Actions secrets and GitLab CI/CD variables.

I built a CLI tool that scaffolds a fully production ready NestJS project instantly with one...

i built env-audit because every project i've seen has a messy .env file so i made a tool that just...

Every engineer has a war story about a deployment gone wrong. Mine came before I built this project....

How a student developer built a provider-agnostic, sandbox-safe CLI tool that scans repos...

The First Time "Localhost" Isn't Enough There's a moment every developer hits. Your...