Giter Site home page Giter Site logo

ddubson / mproc Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 129 KB

Cross-platform local development process orchestrator and organizer.

Rust 91.64% Makefile 7.08% CSS 0.69% PowerShell 0.59%
development gtk3 rust-lang mproc process-orchestrator process-observer

mproc's Introduction

mproc

Rust Documentation Status

mproc is a GUI-based cross-platform GTK3 application written in Rust, and is aimed to help developers manage their processes while developing a project locally on their dev machines.

The common use case is for a developer to use mproc to monitor the logging and health status of a front-end application and a back-end application while working on a project.

mproc Documentation - Latest

mproc public Project Tracker

Usage

mproc requires a configuration file .mproc.yml to be located in the root of your project. The schema for mproc's yaml configuration files will be published soon, but for now, take a look at test-data directory for example yaml configurations.

mproc [path-to-mproc-config]

Developing mproc

Building pre-requisites

MacOS

Requirement How-to-Install
Homebrew Installation
Rust 1.44+ Installation / Getting Started
rustup 1.21.1+ After installing Rust, run rustup update
rustfmt After installing Rust, run rustup component add rustfmt
GNU make Run brew install make
GTK+3 (Graphics Toolkit) Run brew install gtk+3, export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig

Debian Linux

Requirement How-to-Install
Rust 1.44+ Installation / Getting Started
rustup 1.21.1+ After installing Rust, run rustup update
rustfmt After installing Rust, run rustup component add rustfmt
GNU make Run sudo apt install -y make
GTK+3 (Graphics Toolkit) Run sudo apt install -y libgtk-3-dev

Windows

Requirement How-to-Install
Rust 1.44+ Installation / Getting Started
rustup 1.21.1+ After installing Rust, run rustup update
rustfmt After installing Rust, run rustup component add rustfmt
GNU make Install msys2
GTK+3 (Graphics Toolkit) GTK+3 on Windows

Launch locally

Launches mproc with a test .mproc.yml configuration (or if on Windows, a test .mproc.win.yml configuration)

make run

Building native binary

make install

mproc is now installed and available on your PATH.

Footnotes and References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.