7 Repos
Command-line tools that coordinate the entire development process from environment bootstrapping to deployment.
Distinct from CLI Development Tools: Focuses on managing the end-to-end app lifecycle rather than general CLI assistance or building new CLI apps.
Explore 7 awesome GitHub repositories matching development tools & productivity · Application Lifecycle Managers. Refine with filters or upvote what's useful.
Meteor is a full-stack JavaScript application platform and real-time application server. It provides a unified development environment for building web and mobile applications using a single language for both the client and server. The platform functions as a cross-platform app framework, allowing a single codebase to be deployed across web, iOS, Android, and desktop environments. It differentiates itself through a real-time server that automatically synchronizes data between servers and clients to enable live updates. The system includes a unified development command-line interface to manag
Includes a unified command-line interface to manage binary dependencies, runtime code, and application deployment.
The Angular Command Line Interface is a tool for initializing, scaffolding, and managing the development lifecycle of Angular web applications from a terminal. It functions as a project manager and frontend build toolchain, providing a standardized way to bootstrap new applications and manage their overall health and configuration. The tool employs schematic-based code generation to create standardized project structures and components. It utilizes a workspace-based configuration to manage multiple related applications and libraries within a single shared root and dependency tree. The system
Coordinates the entire development process including building, serving, and testing via the CLI.
This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she
Provides a CLI reference for managing the creation, monitoring, and destruction of app instances.
Chalice ist ein Python-Entwicklungs-Framework für den Aufbau und das Deployment von serverlosen Anwendungen und REST-APIs auf AWS. Es fungiert als Microservice-Tool, das das Deployment von Code und Infrastruktur auf AWS Lambda automatisiert und AWS API Gateway orchestriert, um HTTP-Anfragen an spezifische serverlose Funktionen weiterzuleiten. Das Framework bietet ein automatisiertes System, das den Quellcode analysiert, um die minimal erforderlichen Identity- und Access-Management-Berechtigungen (IAM) zu generieren. Zudem stellt es ein Command-Line-Interface zur Verwaltung des gesamten Anwendungslebenszyklus bereit, von der Projekterstellung und dem Deployment bis hin zur Entfernung von Cloud-Ressourcen. Das Projekt deckt ereignisgesteuerte Automatisierung ab, indem es Cloud-Funktionen mit Storage-Buckets, Message-Queues oder periodischen Zeitplänen verbindet. Darüber hinaus übernimmt es die Infrastruktur-Synthese durch dekoratorbasiertes Routen-Mapping und statische Analyse von Cloud-Service-Aufrufen.
Provides a CLI to manage the full lifecycle from project creation to resource removal.
mcp-agent is a framework for building AI agents that integrate with Model Context Protocol servers to execute tools and access data. It functions as a multi-agent orchestrator and protocol-compliant server, enabling the creation of agents that can discover and invoke tools from connected external servers. The project distinguishes itself through a durable workflow engine that supports long-running tasks capable of pausing, resuming, and surviving restarts. It implements complex orchestration patterns, including iterative evaluator-optimizer loops, hierarchical workflow nesting, and specialist
Ships a CLI to manage the application lifecycle and integrate deployments into CI pipelines.
Arkade ist eine Suite von Tools zur Verwaltung von Entwickler-Binärdateien, Kubernetes-Anwendungsbereitstellungen und der Wartung von Helm-Charts. Es fungiert als CLI-Tool-Manager und Marktplatz für Entwickler-Tools, mit dem eigenständige Binärdateien und Systempakete über verschiedene Betriebssysteme und Architekturen hinweg entdeckt, heruntergeladen, aktualisiert und deinstalliert werden können. Das Projekt zeichnet sich durch die Fähigkeit aus, ausführbare Binärdateien direkt aus OCI-Container-Images für die lokale Installation zu extrahieren, ohne eine Container-Runtime zu benötigen. Es bietet zudem spezialisierte Dienstprogramme für die Wartung von Helm-Charts, einschließlich der Möglichkeit, Container-Images auf Registry-Zugänglichkeit zu scannen, Image-Versionen zu aktualisieren und Patch-Versionen zu erhöhen. Das Toolset deckt die Installation und Deinstallation von Kubernetes-Anwendungen mittels Charts und statischen Manifesten ab sowie die Bereitstellung von Linux-Workstations und CI-Runnern durch Systempaketinstallation und systemd-Integration. Es enthält Funktionen zum Durchsuchen von Softwarekatalogen und zum Abrufen von Konfigurationsdetails nach der Bereitstellung für Cluster-Anwendungen.
Coordinates the lifecycle of installed tools and system packages, including updates and uninstallation.
Dieses Projekt ist ein Fitness-Aktivitäts-Dashboard und eine Datenpipeline, die Laufstatistiken und Routen von externen Sportplattformen in einer persönlichen visuellen Zusammenfassung aggregiert. Es enthält ein Fitness-Daten-Migrationstool für die Konsolidierung von Datensätzen zwischen verschiedenen Sportdiensten und lokalem Speicher, sowie einen Daten-Importer für die Verarbeitung von GPX-, TCX- und FIT-Dateien. Das System bietet eine automatisierte Aktivitäts-Sync-Pipeline, die regelmäßig Fitnessdaten abruft und ein statisches Dashboard auf einer Hosting-Plattform neu bereitstellt. Es bietet zudem ein Tastatur-gesteuertes Terminal-UI für das Filtern und Anzeigen von Laufstatistiken und Aktivitätslisten lokal. Die Plattform deckt mehrere Funktionsbereiche ab, einschließlich Aktivitätsdatenvisualisierung durch SVG-Charts und interaktive Karten, Fitness-Datenarchivierung und -migration sowie automatisierte Synchronisierung, die durch Workflows oder mobile Shortcuts ausgelöst wird. Das Web-Interface ist mittels statischer Seitengenerierung mit Client-seitigem Routing und Sicherheits-Headern zur Verwaltung des Datenverkehrs aufgebaut.
Provides a standardized command-line interface to automate testing, linting, formatting, and building of the project.