Show HN: Infra-tools – CLI to spin up 15 dev services instantly
1 arefm 0 9/2/2025, 4:06:35 PM github.com ↗
Cross-platform CLI that starts 15+ enterprise services with one command:
• Databases: PostgreSQL, MySQL, MongoDB, Redis, SQL Server, Neo4j, CouchDB • Messaging: Kafka, Zookeeper, RabbitMQ • Monitoring: Prometheus, Grafana, ELK stack • API Gateway: Kong with admin interface
Interactive config command lets you customize any service (image, ports, volumes, env vars). Replaces complex docker-compose setups with simple commands.
npm install -g infra-tools infra-tools databases # Start all databases infra-tools config postgres # Configure PostgreSQL interactively infra-tools status # Check what's running with colored status
No comments yet