@jatinmourya/ng-init 1.2.11 → 1.2.12

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
@@ -37,7 +37,7 @@ A comprehensive command-line interface (CLI) tool designed to automate and strea
37
37
  - Save configurations as reusable profiles
38
38
  - Load saved profiles for quick setup
39
39
  - Export/import profiles for sharing
40
- - Cloud-ready profile system
40
+ - Local profile storage (saved to `~/.ng-init`)
41
41
 
42
42
  ## 📋 Prerequisites
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jatinmourya/ng-init",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "A comprehensive CLI tool to automate Angular project initialization with intelligent version management and prerequisite handling",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",