@nishant0121/set-it-up 0.0.5 → 0.0.6

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -36,10 +36,10 @@ npx @nishant0121/set-it-up
36
36
 
37
37
  ## Usage
38
38
 
39
- Run the setup command in your terminal:
39
+ Run the tool in your terminal:
40
40
 
41
41
  ```bash
42
- setup
42
+ forge
43
43
  ```
44
44
 
45
45
  Follow the prompts to:
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@nishant0121/set-it-up",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "A high-performance CLI tool to bootstrap and forge new projects with pre-configured templates, prerequisite checking, and interactive setup.",
5
5
  "license": "ISC",
6
6
  "author": "Nishant Patil",
7
7
  "type": "module",
8
8
  "main": "index.js",
9
9
  "bin": {
10
- "setup": "bin/index.js"
10
+ "forge": "bin/index.js"
11
11
  },
12
12
  "scripts": {
13
13
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -23,4 +23,4 @@
23
23
  "inquirer": "^13.1.0",
24
24
  "ora": "^9.0.0"
25
25
  }
26
- }
26
+ }