meshstack

Crates.iomeshstack
lib.rsmeshstack
version0.1.15
created_at2025-06-16 21:27:06.003151+00
updated_at2025-06-23 16:23:35.306728+00
descriptionCLI tool for bootstrapping resilient distributed mesh app projects
homepage
repositoryhttps://github.com/afstanton/meshstack
max_upload_size
id1714815
size9,160
Aaron F Stanton (afstanton)

documentation

README

Meshstack

Meshstack is a CLI tool scaffold designed to help developers spin up resilient, scalable, cloud-agnostic microservice architectures using modern open infrastructure. It creates a fully configurable mesh app project, complete with service templates, deployment scripts, and a self-healing runtime configuration.

Features

  • Generates a production-ready project skeleton
  • Supports Kubernetes (k8s), Nomad, and container-based deployments
  • Includes setup scripts for local development
  • Infrastructure-as-code templates (Terraform, Helm, etc.)
  • Modular service definitions and shared configuration
  • CLI interactive or flag-driven project generation

Getting Started

  1. Install the CLI:

    brew tap afstanton/meshstack
    brew install meshstack
    
  2. Generate a new project:

    meshstack new my-app
    

License

MIT License. See LICENSE file for details.

Commit count: 3

cargo fmt