Skip to content

Commit 895170e

Browse files
committed
docs(mage-x): update terminology from 'automation' to 'tooling'
1 parent f3a879f commit 895170e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/tech-conventions/mage-x.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# MAGE-X Build Automation
1+
# MAGE-X Build Tooling
22

3-
> Zero-boilerplate build automation for Go projects that replaces Makefiles with 150+ built-in commands and intelligent configuration.
3+
> Zero-boilerplate build tooling for Go projects that replaces Makefiles with 150+ built-in commands and intelligent configuration.
44
55
<br><br>
66

77
## 🚀 What is MAGE-X?
88

9-
**MAGE-X** is a revolutionary zero-configuration build automation system for Go that provides **truly zero-boilerplate** development workflows. Unlike traditional build systems that require extensive configuration or wrapper functions, MAGE-X delivers all commands instantly through a single `magex` binary.
9+
**MAGE-X** is a revolutionary zero-configuration build toolchain for Go that provides **truly zero-boilerplate** development workflows. Unlike traditional build systems that require extensive configuration or wrapper functions, MAGE-X delivers all commands instantly through a single `magex` binary.
1010

1111
### Core Philosophy
1212

13-
**"Write Once, Mage Everywhere: Production Build Automation for Go"**
13+
**"Write Once, Mage Everywhere: Production Build Tooling for Go"**
1414

1515
- **Zero Setup Required**: No magefile.go needed for basic operations
1616
- **150+ Built-in Commands**: Complete build, test, lint, release, and deployment workflows
@@ -654,6 +654,6 @@ magex --help # Global help and options and list all comma
654654
5. **Performance**: Significantly faster than traditional build tools
655655
6. **Production Ready**: Security, compliance, and governance features built-in
656656

657-
MAGE-X transforms Go build automation from a chore into a productivity multiplier, enabling teams to focus on code rather than tooling configuration.
657+
MAGE-X transforms Go build tasks from a chore into a productivity multiplier, enabling teams to focus on code rather than tooling configuration.
658658

659-
**Next Steps**: Install MAGE-X, run `magex build` in your project, and experience zero-configuration build automation.
659+
**Next Steps**: Install MAGE-X, run `magex build` in your project, and experience zero-configuration build tooling.

0 commit comments

Comments
 (0)