7 dépôts
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 is a Python development framework for building and deploying serverless applications and REST APIs on AWS. It functions as a microservice tool that automates the deployment of code and infrastructure to AWS Lambda and orchestrates AWS API Gateway to route HTTP requests to specific serverless functions. The framework features an automated system that analyzes source code to generate the minimum required identity and access management permissions. It also provides a command line interface to manage the complete application lifecycle, from project creation and deployment to the removal o
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 est une suite d'outils pour gérer les binaires de développeur, les déploiements d'applications Kubernetes et la maintenance des charts Helm. Il fonctionne comme un gestionnaire d'outils CLI et une place de marché d'outils de développement utilisée pour découvrir, télécharger, mettre à jour et désinstaller des binaires autonomes et des paquets système sur différents systèmes d'exploitation et architectures. Le projet se distingue par sa capacité à extraire des binaires exécutables directement à partir d'images de conteneurs OCI pour une installation locale sans nécessiter de runtime de conteneur. Il fournit également des utilitaires spécialisés pour la maintenance des charts Helm, incluant la capacité d'analyser les images de conteneurs pour l'accessibilité au registre, de mettre à jour les versions d'images et d'incrémenter les versions de patch. L'ensemble d'outils couvre l'installation et la désinstallation d'applications Kubernetes à l'aide de charts et de manifestes statiques, ainsi que le provisionnement de stations de travail Linux et de runners CI via l'installation de paquets système et l'intégration systemd. Il inclut des capacités de recherche dans les catalogues de logiciels et de récupération des détails de configuration post-déploiement pour les applications de cluster.
Coordinates the lifecycle of installed tools and system packages, including updates and uninstallation.
Ce projet est un tableau de bord d'activité physique et un pipeline de données qui agrège les statistiques de course et les itinéraires depuis des plateformes sportives externes dans un résumé visuel personnel. Il inclut un outil de migration de données de fitness pour consolider les enregistrements entre différents services sportifs et le stockage local, ainsi qu'un importateur de données pour traiter les fichiers GPX, TCX et FIT. Le système dispose d'un pipeline de synchronisation d'activité automatisé qui récupère périodiquement les données de fitness et redéploie un tableau de bord statique vers une plateforme d'hébergement. Il fournit également une interface utilisateur terminale pilotée par clavier pour filtrer et visualiser les statistiques de course et les listes d'activités localement. La plateforme couvre plusieurs domaines de capacité, incluant la visualisation de données d'activité via des graphiques SVG et des cartes interactives, l'archivage et la migration de données de fitness, et la synchronisation automatisée déclenchée par des workflows ou des raccourcis mobiles. L'interface web est construite en utilisant la génération de site statique avec routage côté client et en-têtes de sécurité pour gérer le trafic.
Provides a standardized command-line interface to automate testing, linting, formatting, and building of the project.