ActiveNode.jsTypeScriptCommander
Developer Productivity CLI
A CLI that wraps daily repetitive work: scaffolding, database backup and log analysis.
Motivation
Every new project required the same setup: lint, commit conventions, CI, folder layout. So I built a scaffolding command.
devkit init my-app --template next-ts
devkit backup --db ./prisma/prod.db