Skip to content

Commit 3a24011

Browse files
docs: benefit-focused README rewrite
Replace "X is engineered to" with "What X gives you" — outcome-first copy matching the website's goal-oriented direction. Generated-By: PostHog Code Task-Id: 556dae83-2866-4359-85ea-c7d0d818cb34
1 parent da7cd07 commit 3a24011

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,18 @@ The Build System & CI/CD Toolkit for Land 🏞️
5252
Code Editor** ecosystem. It provides build orchestration, Rhai scripting, and
5353
configuration management for TOML and JSON5 files.
5454

55-
**Maintain** is engineered to:
56-
57-
1. **Orchestrate Builds:** Provide a central build system for the entire Land
58-
ecosystem with configurable build groups.
59-
2. **Enable Scripting:** Embed the Rhai scripting language for flexible build
60-
logic and custom automation.
61-
3. **Manage Configuration:** Offer type-safe TOML and JSON5 editing for
62-
Cargo.toml and other configuration files.
63-
4. **Provide CLI Interface:** Deliver a command-line interface for build
64-
operations with environment variable resolution.
55+
**What Maintain gives you:**
56+
57+
1. **One command to build everything.** `cargo run --bin Maintain -- --profile
58+
debug-mountain` builds the entire editor with the right flags.
59+
2. **Scriptable build logic.** Rhai scripts define custom build steps. Change
60+
the build pipeline without recompiling the orchestrator.
61+
3. **Type-safe config editing.** Programmatic TOML and JSON5 editing for
62+
Cargo.toml, tauri.conf.json, and package.json. No string manipulation.
63+
4. **Named build profiles.** `--list-profiles` shows all available
64+
configurations. `--profile release-universal` builds a macOS universal binary.
65+
66+
📖 **[Rust API Documentation](https://Rust.Documentation.Maintain.Editor.Land/)**
6567

6668
---
6769

0 commit comments

Comments
 (0)