@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@appxdigital/appx-core-cli",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "npm:publish": "npm publish --access public",