@kuldi/create-nestjs 1.1.9 → 1.2.0

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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  <div align="center">
2
2
  <h1>🚀 @kuldi/create-nestjs</h1>
3
+ <p>
4
+ <a href="https://www.npmjs.com/package/@kuldi/create-nestjs"><img src="https://img.shields.io/npm/v/@kuldi/create-nestjs.svg?style=flat-square" alt="NPM Version" /></a>
5
+ </p>
3
6
  <p>The official, interactive, and lightning-fast scaffolding tool for <b>Kuli Digital's NestJS Boilerplate</b>.</p>
4
7
  </div>
5
8
 
@@ -23,7 +26,7 @@ npm create @kuldi/nestjs@latest my-app
23
26
  Or, to create the project in your **current directory**:
24
27
 
25
28
  ```bash
26
- npm create @kuldi/nestjs .
29
+ npm create @kuldi/nestjs@latest .
27
30
  ```
28
31
 
29
32
  ### Note on Global Installations (Optional)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuldi/create-nestjs",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "Scaffolding tool for Kuli Digital NestJS Boilerplate",
6
6
  "main": "src/cli.js",