Stop wasting time on boilerplate, broken configs, and secret leaks. These 4 zero-dependency CLI tools will change how you work.
1. ScaffoldX — Start Any Project in 3 Seconds
npx scaffoldx-cli
# Choose template → Enter name → Done ✅
12 templates: React + Vite, Next.js, Express API, FastAPI, Chrome Extension, Discord Bot, Electron, and more. Every template compiles with zero errors out of the box.
2. dotguard — Never Leak Secrets Again
npx @wuchunjie/dotguard /path/to/project
Scans .env files for API keys, private keys, hardcoded passwords, and database URLs. Zero config.
3. gitpulse — Your Repo Heartbeat
npx @wuchunjie/gitpulse
Instant terminal dashboard: contributor stats, file type breakdown, daily commit heatmap.
4. snippetx — Stop Googling the Same Code
echo 'app.get("/api")' | npx @wuchunjie/snippetx add route js
npx @wuchunjie/snippetx search express
Your personal code snippet manager — local, searchable, pipeable.
Why These?
Zero dependencies. Every tool is a single Node.js file. MIT licensed. Terminal-first.
npx scaffoldx-cli && npx @wuchunjie/dotguard . && npx @wuchunjie/gitpulse .
If these save you time, buy me a coffee ☕
Top comments (0)