@@ -103,7 +103,7 @@ TOML and JSON5 files.
103103
104104## Getting Started 🚀
105105
106- ### Installation
106+ ### Installation 📥
107107
108108To add ` Maintain ` to your project:
109109
@@ -127,7 +127,7 @@ cargo install Maintain
127127- ` chrono ` : Date/time handling
128128- ` colored ` : Colored terminal output
129129
130- ### Usage Pattern
130+ ### Usage Pattern 🚀
131131
132132` Maintain ` is typically invoked through shell scripts:
133133
@@ -144,7 +144,7 @@ cargo install Maintain
144144
145145---
146146
147- ## Overview
147+ ## Overview 📖
148148
149149Maintain serves as the central build orchestration tool, offering:
150150
@@ -154,7 +154,7 @@ Maintain serves as the central build orchestration tool, offering:
154154- ** CLI Interface** : Command-line interface for build operations
155155- ** Environment Resolution** : Dynamic environment variable handling
156156
157- ## Installation
157+ ## Installation 📥
158158
159159``` sh
160160cargo install Maintain
@@ -204,7 +204,7 @@ ConfigEditor --> JSON5Config
204204
205205---
206206
207- ## Usage
207+ ## Usage 🚀
208208
209209### As Binary
210210
@@ -222,7 +222,7 @@ let build = Build::new();
222222build . execute ()? ;
223223```
224224
225- ## Project Structure
225+ ## Project Structure 🗺️
226226
227227```
228228Element/Maintain/
@@ -270,7 +270,7 @@ capabilities, and the build orchestration patterns.
270270
271271---
272272
273- ## Shell Scripts
273+ ## Shell Scripts 📝
274274
275275Maintain includes several helper scripts in the ` Maintain/ ` directory:
276276
@@ -329,11 +329,11 @@ cargo build --release
329329cargo test
330330```
331331
332- ### Examples
332+ ### Examples 💡
333333
334334See [ ` examples/ ` ] ( examples/ ) directory for usage examples.
335335
336- ## Changelog
336+ ## Changelog 📜
337337
338338See [ ` CHANGELOG.md ` ] ( https://github.com/CodeEditorLand/Maintain/tree/Current/ )
339339for a history of changes to this component.
0 commit comments