UNPKG

@runeya/runeya

Version:

Monitor processes as a stack

75 lines (52 loc) • 2.16 kB
# šŸš€ Runeya Runeya is an all-in-one development tool that simplifies microservice management and provides a complete suite of developer utilities. ## ✨ Features - šŸ–„ļø **Service Management** - Launch, stop, and monitor multiple services simultaneously - šŸ” **Environment Variables** - Manage environment variables by environment, share configs securely with your team - šŸ”„ **Git Integration** - Complete git operations (stash, pull, branches) - šŸ“¦ **NPM Tools** - Run scripts, manage your dependencies - šŸ” **Log Explorer** - Analyze logs in real-time with JSON parsing - 🧰 **Toolbox** - JSON formatter, Regex tester, JWT explorer, UUID generator... - šŸ“Š **System Monitoring** - CPU/Memory monitoring for your services - šŸ“ **Documentation** - Integrated Markdown documentation - šŸ”„ **Workflows** - Create your own automated pipelines ## šŸš€ Quick Start ### Installation ```bash # NPM npm install -D @runeya/runeya # Yarn yarn add -D @runeya/runeya ``` ### Launch ```bash # In your package.json "scripts": { "serve": "runeya ./src/stack.js" } # Or directly runeya <config-directory> ``` ## šŸŒ Environment Management Runeya provides a powerful environment variable management system: - **Environment-specific variables** - Configure different values for development, staging, production - **Global variables** - Share common configurations across all environments - **Team sharing** - Securely share configurations with your team members - **Zero configuration** - New developers can clone your projects and start immediately without manual setup This feature helps teams work seamlessly with consistent configurations across all environments, reducing the "works on my machine" problem. ## šŸ—ļø Architecture Runeya uses a modular architecture built with: - Vue.js frontend - Express backend - Extensible plugin system ## šŸ¤ Contributing ```bash # Clone the repository git clone https://github.com/runeya/runeya.git # Install dependencies yarn install # Launch in development mode yarn serve ``` --- šŸ“š [Complete Documentation](https://docs.runeya.dev) | šŸ‘¤ [Runeya](mailto:contact@runeya.dev)