Skip to content

Commit fbe8c63

Browse files
committed
fix: update readme
1 parent 19a37ad commit fbe8c63

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<div align="center">
22
<h1>🚀 Node Module Generator</h1>
33
<p>A robust CLI tool for scaffolding Express.js projects using Clean Architecture & Dependency Injection.</p>
4+
<p>
5+
<a href="https://github.com/saul-paulus/node-module-generator/actions/workflows/ci.yml">
6+
<img src="https://github.com/saul-paulus/node-module-generator/actions/workflows/ci.yml/badge.svg" alt="CI Status">
7+
</a>
8+
</p>
49
</div>
510

611
---
@@ -16,6 +21,7 @@ It instantly scaffolds fully-tested, decoupled, and highly cohesive module struc
1621
- 🏗️ **Clean Architecture by Default**: Automatically separates concerns into Domain, Application, Infrastructure, and Interface layers.
1722
- 💉 **Dependency Injection Ready**: Auto-generates Awilix configurations mapped correctly across use cases, controllers, and repositories.
1823
- 🧪 **Test-Driven Design**: Scaffolds adjoining `*.test.js` files containing boilerplates for Jest to promote TDD.
24+
- 🤖 **Continuous Integration**: Codebase natively incorporates GitHub Actions for automated unit testing checks.
1925
- 🧩 **Granular Scaffolding**: Generate specific components (UseCases, Repositories, DTOs) dynamically on demand without overriding existing folders!
2026

2127
## 📦 Installation

0 commit comments

Comments
 (0)