@forz/dev-toolkit
v1.0.5
Published
🧰 Developer Toolkit CLI for Git, env, and project automation by Alfonso Pisicchio
Maintainers
Readme
🧰 Dev Toolkit CLI
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.

🏁 Installation
npm install -g @forz/dev-toolkit💡 Usage
dev git-clean
dev env-check
dev lint-commit
dev project-info⚡ How to run commands from repository
Open folder
cd ~/dev-toolkitInstall dependencies
npm installLink 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.
🧰 Roadmap
- ✅ Git branch cleaner
- ✅ Environment variable validator
- ✅ Commit linter
- ✅ Project info command
- ✅ GitHub API integration for remote repo stats
- ❌ dev help command with autocomplete
🧑💻 Author
Alfonso Pisicchio
🌐 https://pisicchio.dev
