https://github.com/forz70043/dev-toolkit
A multi-purpose developer CLI for automating common tasks like cleaning branches, checking .env consistency, and linting commits.
https://github.com/forz70043/dev-toolkit
developer-experience developer-tools npm npm-module npm-package
Last synced: about 1 month ago
JSON representation
A multi-purpose developer CLI for automating common tasks like cleaning branches, checking .env consistency, and linting commits.
- Host: GitHub
- URL: https://github.com/forz70043/dev-toolkit
- Owner: Forz70043
- License: mit
- Created: 2025-10-14T21:04:40.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-10-17T18:08:10.000Z (8 months ago)
- Last Synced: 2025-10-27T08:15:48.419Z (8 months ago)
- Topics: developer-experience, developer-tools, npm, npm-module, npm-package
- Language: JavaScript
- Homepage:
- Size: 8.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧰 Dev Toolkit CLI
[](https://www.npmjs.com/package/@forz/dev-toolkit)
[](https://www.npmjs.com/package/@forz70043/dev-toolkit)
[](LICENSE)
[](https://github.com/Forz70043/dev-toolkit)
> A powerful CLI dev toolkit that automates common developer tasks — clean Git branches, check `.env` files, lint commits, and show project info.
> Developed with ❤️ by [Alfonso Pisicchio](https://pisicchio.dev).

### 🏁 Installation
```bash
npm install -g @forz/dev-toolkit
```
### 💡 Usage
```bash
dev git-clean
dev env-check
dev lint-commit
dev project-info
```
---
### ⚡ How to run commands from repository
1. Open folder
```bash
cd ~/dev-toolkit
```
2. Install dependencies
```
npm install
```
3. 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.
### 🧰 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