A powerful CLI dev toolkit that automates common developer tasks — clean Git branches, check
.envfiles, lint commits, and show project info.
Developed with ❤️ by Alfonso Pisicchio.
npm install -g @forz/dev-toolkitdev git-clean
dev env-check
dev lint-commit
dev project-info-
Open folder
cd ~/dev-toolkit
-
Install dependencies
npm install -
Link globally the CLI :
npm link
Now it's possible tu run commands everywhere:
dev git-clean
dev env-check
dev project-info
💡 npm link create a global symlink → it's possible to test as is installed by npm i -g.
- ✅ Git branch cleaner
- ✅ Environment variable validator
- ✅ Commit linter
- ✅ Project info command
- ✅ GitHub API integration for remote repo stats
- ❌ dev help command with autocomplete
Alfonso Pisicchio
🌐 https://pisicchio.dev
