8000 GitHub - clabroche/stack-monitor: Monitor processes as a stack
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

clabroche/stack-monitor

Repository files navigation

🚀 Stack Monitor

Stack Monitor 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 @iryu54/stack-monitor

# Yarn
yarn add -D @iryu54/stack-monitor

Launch

# In your package.json
"scripts": {
  "serve": "stack-monitor ./src/stack.js"
}

# Or directly
stack-monitor <config-directory>

🌍 Environment Management

Stack Monitor 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

Stack Monitor uses a modular architecture built with:

  • Vue.js frontend
  • Express backend
  • Extensible plugin system

🤝 Contributing

# Clone the repository
git clone https://github.com/clabroche/stack-monitor.git

# Install dependencies
yarn install

# Launch in development mode
yarn serve

📄 License

ISC License


📚 Complete Documentation | 👤 Corentin Labroche

About

Monitor processes as a stack

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  
0