@appxdigital/appx-core-cli 1.0.0 → 1.0.1
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ This project is a foundational Node.js boilerplate built with <a href="https://
|
|
|
14
14
|
|
|
15
15
|
1. Open your terminal and run the following command:
|
|
16
16
|
```bash
|
|
17
|
-
npm install appx-core-cli -g
|
|
17
|
+
npm install @appxdigital/appx-core-cli -g
|
|
18
18
|
appx-core create
|
|
19
19
|
```
|
|
20
20
|
2. Follow the prompts provided by the setup wizard. This will scaffold a new NestJS project with `appx-core` pre-integrated.
|