tutti-cli-0.1.2 is not a library.
tutti-cli
tutti-cli is the command line interface for tutti, a lightweight tool to orchestrate local processes and microservices.
It allows you to define services in a simple config file and start them all with one command.
Installation
From crates.io:
From source:
# binary will be at target/release/tutti-cli
Quick Start
Create a tutti.toml:
= 1
[]
= ["python", "app.py"]
= { = "3000" }
[]
= ["npm", "start"]
= ["api"]
= "./frontend"
Run: