@andres30xed/nest-hex 0.5.0 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,14 +4,14 @@ CLI tool that generates NestJS scaffolding using Hexagonal Architecture and CQRS
|
|
|
4
4
|
|
|
5
5
|
## 📚 Documentation
|
|
6
6
|
|
|
7
|
-
- **[English Documentation](README.en.md)** - Complete guide in English
|
|
8
|
-
- **[Documentación en Español](README.es.md)** - Guía completa en Español
|
|
7
|
+
- **[English Documentation](https://github.com/AndresED/-andres-nest-hex/blob/master/README.en.md)** - Complete guide in English
|
|
8
|
+
- **[Documentación en Español](https://github.com/AndresED/-andres-nest-hex/blob/master/README.es.md)** - Guía completa en Español
|
|
9
9
|
|
|
10
10
|
## Quick Start
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
13
|
# Install globally
|
|
14
|
-
npm install -g nest-hex
|
|
14
|
+
npm install -g @andres30xed/nest-hex
|
|
15
15
|
|
|
16
16
|
# Create a new project
|
|
17
17
|
nest-hex new my-project --orm typeorm --database postgres
|