Skip to content

Commit 906303b

Browse files
committed
chore: improved readme
1 parent 32998a8 commit 906303b

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ git config --global url."https://github.com/".insteadOf "git@github.com:"
5959

6060
---
6161

62-
## 🚀 Usage
62+
## ▶️ Usage
6363

6464
### Basic Pipeline Operations
6565

@@ -215,6 +215,12 @@ result = (
215215

216216
---
217217

218+
## ⚙️ Projects using Laygo
219+
220+
- **[Efemel](https://github.com/ringoldsdev/efemel)** - A CLI tool that processes Python files as configuration markup and exports them to JSON/YAML, replacing traditional templating DSLs with native Python syntax.
221+
222+
---
223+
218224
## 📄 License
219225

220226
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
@@ -226,8 +232,8 @@ This project is licensed under the **MIT License** - see the [LICENSE](LICENSE)
226232
- **[Python 3.12+](https://python.org)** - Core language with modern type hints
227233
- **[Ruff](https://github.com/astral-sh/ruff)** - Code formatting and linting
228234
- **[Pytest](https://pytest.org/)** - Testing framework
229-
- **[ThreadPoolExecutor](https://docs.python.org/3/library/concurrent.futures.html)** - Parallel processing
230-
- **[Type Hints](https://docs.python.org/3/library/typing.html)** - Full type safety support
235+
- **[DevContainers](https://containers.dev/)** - Consistent development environment
236+
- **[GitHub Actions](https://github.com/features/actions)** - CI/CD automation
231237

232238
---
233239

wiki/Home.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ git config --global url."https://github.com/".insteadOf "git@github.com:"
5959

6060
---
6161

62-
## 🚀 Usage
62+
## ▶️ Usage
6363

6464
### Basic Pipeline Operations
6565

@@ -215,6 +215,12 @@ result = (
215215

216216
---
217217

218+
## ⚙️ Projects using Laygo
219+
220+
- **[Efemel](https://github.com/ringoldsdev/efemel)** - A CLI tool that processes Python files as configuration markup and exports them to JSON/YAML, replacing traditional templating DSLs with native Python syntax.
221+
222+
---
223+
218224
## 📄 License
219225

220226
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
@@ -226,8 +232,8 @@ This project is licensed under the **MIT License** - see the [LICENSE](LICENSE)
226232
- **[Python 3.12+](https://python.org)** - Core language with modern type hints
227233
- **[Ruff](https://github.com/astral-sh/ruff)** - Code formatting and linting
228234
- **[Pytest](https://pytest.org/)** - Testing framework
229-
- **[ThreadPoolExecutor](https://docs.python.org/3/library/concurrent.futures.html)** - Parallel processing
230-
- **[Type Hints](https://docs.python.org/3/library/typing.html)** - Full type safety support
235+
- **[DevContainers](https://containers.dev/)** - Consistent development environment
236+
- **[GitHub Actions](https://github.com/features/actions)** - CI/CD automation
231237

232238
---
233239

0 commit comments

Comments
 (0)