Skip to content

Commit 684b4a1

Browse files
save
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent ac59255 commit 684b4a1

6 files changed

Lines changed: 382 additions & 363 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ TOML and JSON5 files.
103103

104104
## Getting Started 🚀
105105

106-
### Installation
106+
### Installation 📥
107107

108108
To 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

149149
Maintain 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
160160
cargo 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();
222222
build.execute()?;
223223
```
224224

225-
## Project Structure
225+
## Project Structure 🗺️
226226

227227
```
228228
Element/Maintain/
@@ -270,7 +270,7 @@ capabilities, and the build orchestration patterns.
270270

271271
---
272272

273-
## Shell Scripts
273+
## Shell Scripts 📝
274274

275275
Maintain includes several helper scripts in the `Maintain/` directory:
276276

@@ -329,11 +329,11 @@ cargo build --release
329329
cargo test
330330
```
331331

332-
### Examples
332+
### Examples 💡
333333

334334
See [`examples/`](examples/) directory for usage examples.
335335

336-
## Changelog
336+
## Changelog 📜
337337

338338
See [`CHANGELOG.md`](https://github.com/CodeEditorLand/Maintain/tree/Current/)
339339
for a history of changes to this component.

0 commit comments

Comments
 (0)