What problem does it solve?
This Skill streamlines the startup, execution, and graceful shutdown of Node.js services built with the Hile framework, ensuring robust application management.
Core Features & Use Cases
- Service Orchestration: Loads and manages services defined in
*.boot.ts/*.boot.js files or specified in package.json.
- Lifecycle Management: Handles graceful shutdown of services upon process termination signals.
- Development Mode: Supports hot-reloading and enhanced logging during development.
- Use Case: Deploying a microservice architecture where each service is defined as a Hile boot file, ensuring they all start in the correct order and shut down cleanly when the application is stopped.
Quick Start
Run the hile start command to launch your Hile services.