1.33.26 • Published 5 months ago

@runeya/runeya v1.33.26

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

šŸš€ 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

# NPM
npm install -D @runeya/runeya

# Yarn
yarn add -D @runeya/runeya

Launch

# 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

# Clone the repository
git clone https://github.com/runeya/runeya.git

# Install dependencies
yarn install

# Launch in development mode
yarn serve

šŸ“š Complete Documentation | šŸ‘¤ Runeya