Terminates active Kakutey bookkeeping application processes across backend and frontend ports.
Kakutey Stopper is a specialized utility designed to streamline the local execution environment of the Kakutey bookkeeping application. It automates the task of identifying and terminating active Process IDs (PIDs) listening on port 8000 for the backend and port 4200 for the frontend. This skill is essential for developers and users who need to quickly reset their environment, resolve port conflicts before a restart, or ensure a clean shutdown after completing bookkeeping operations without manually searching for system processes.
主要功能
01Automatic port detection for backend (8000) and frontend (4200)
02Graceful process identification and termination
03Real-time status reporting for all application components
04Pre-restart cleanup to prevent port-in-use errors
05Integration with native Kakutey Python management scripts
060 GitHub stars
使用场景
01Shutting down the Kakutey suite after finishing financial data entry
02Automating the cleanup phase of a CI/CD or local test workflow
03Resolving environment conflicts during local application development