Skip to main content

Cross-language development environment setup automation

Project description

Bivvy

CI codecov

Cross-language development environment setup automation, built in Rust.

Bivvy replaces ad-hoc bin/setup scripts with declarative YAML configuration, smart state tracking, and a polished CLI.

Installation

pip install bivvy

Quick Start

cd my-project
bivvy init
bivvy run
bivvy status

What It Does

# .bivvy/config.yml
app_name: myapp

steps:
  brew:
    template: brew
  ruby:
    template: bundler
    watches: [Gemfile.lock]
  node:
    template: yarn
    watches: [yarn.lock]
  db:
    command: "rails db:prepare"
    depends_on: [ruby]

workflows:
  default:
    steps: [brew, ruby, node, db]
  • State tracking — only re-runs what's needed
  • Watch files — detects when dependencies change
  • Error recovery — retry, fix, skip, or drop to shell
  • Template registry — reusable, shareable step definitions
  • Remote sources — central team templates via HTTP or Git
  • Secret masking — sensitive values hidden in output
  • Multiple output formats — human, JSON, SARIF for lint

Commands

Command Description
bivvy run Run setup workflow
bivvy init Initialize configuration
bivvy status Show current status
bivvy list List steps and workflows
bivvy lint Validate configuration
bivvy last Show last run info
bivvy history Show execution history
bivvy config Show resolved configuration
bivvy cache Manage template cache
bivvy feedback Capture friction points
bivvy completions Generate shell completions

Documentation

Full documentation available at bivvy.dev

Supported Platforms

Platform Architecture
Linux x64, arm64
macOS x64, arm64
Windows x64

License

FSL-1.1-Apache-2.0 - Functional Source License with Apache 2.0 future license (converts to Apache 2.0 after 2 years)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bivvy-1.7.0.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bivvy-1.7.0-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file bivvy-1.7.0.tar.gz.

File metadata

  • Download URL: bivvy-1.7.0.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for bivvy-1.7.0.tar.gz
Algorithm Hash digest
SHA256 3d30f117510cf1e980299c478ce7232a040429d9be08145c573f4b1968bcb93b
MD5 d7cf6088255f2f82d64166409b06b332
BLAKE2b-256 1b4cde6fee8e552b9c0c5407161b2e06fac8d08744bef327767a98fd80332a6a

See more details on using hashes here.

File details

Details for the file bivvy-1.7.0-py3-none-any.whl.

File metadata

  • Download URL: bivvy-1.7.0-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for bivvy-1.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e4158f795b02565f27c68d53acce6eecc9cf2fdfb91fd74b271692016740caa0
MD5 8522a910c78e8e75e1b7076fba10b1b9
BLAKE2b-256 f232a651fee2f40e76b447505c62b0ae96b19efc80d0f57166865c645ecbaac1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page