@andres30xed/nest-hex 0.5.1 → 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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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](https://github.com/AndresED/-andres-nest-hex/blob/master/README.en.md))** - Complete guide in English
8
- - **[Documentación en Español]([README.es.md](https://github.com/AndresED/-andres-nest-hex/blob/master/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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andres30xed/nest-hex",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "CLI tool that generates NestJS scaffolding using Hexagonal Architecture and CQRS",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",