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...

The 11pm key rotation Two things have burned me more than once, and I suspect they've...

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

While working on Node.js + Express projects, I noticed I was repeatedly generating JWT secrets for my...

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