monorepo-meta 0.6.1

Unified CLI for polyglot monorepos - orchestrates Turborepo, Cargo, and Bacon in tmux
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@meta/orchestrator",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "build": "cargo build --release",
    "dev": "cargo run --",
    "test": "cargo test",
    "lint": "cargo fmt --check && cargo clippy -- -D warnings",
    "lint:sort": "cargo sort --check",
    "format": "cargo fmt",
    "format:sort": "cargo sort -w"
  }
}