@usercli/clideveloper 1.0.1 β†’ 1.0.4

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 +56 -0
  2. package/package.json +3 -2
package/README.md ADDED
@@ -0,0 +1,56 @@
1
+ # Easy Dev Installer πŸš€
2
+
3
+
4
+ <h1><strong>πŸ’‘ Quick Install (Recommended):</strong></h1>
5
+
6
+ <pre>
7
+ <code>npx i @usercli/clideveloper</code>
8
+ </pre>
9
+
10
+ This npm package is designed to make the **developer installation and setup process easy and automatic**.
11
+
12
+ You **do not need to manually install npm packages or perform any setup** β€” everything is handled for you.
13
+ Think of it as your **personal npm butler** πŸ•΄οΈ, setting up your tools while you sip coffee β˜•.
14
+
15
+ ---
16
+
17
+ ## 🚧 Current Status
18
+
19
+ > **React.js and Next.js installation is not available yet.**
20
+ > Support for React.js and Next.js will be added in a future update.
21
+
22
+ ---
23
+
24
+ ## ✨ Features
25
+
26
+ With **Easy Dev Installer**, you can quickly install and configure:
27
+
28
+ - Express.js
29
+ - CORS
30
+ - Prisma
31
+ - NestJS
32
+
33
+ …and more in future updates! All without breaking a sweat 😎.
34
+
35
+ ---
36
+
37
+ ## 🎯 Purpose
38
+
39
+ This package helps developers quickly bootstrap backend tools **without manual configuration**, saving time and reducing errors.
40
+
41
+ **When you use this package:**
42
+ - Your setup is done automatically βœ…
43
+ - You can brag to your coworkers about being productive ⚑
44
+ - Coffee breaks are longer β˜•
45
+
46
+ **When you don’t use this package:**
47
+ - You spend hours typing `npm install` πŸ•°οΈ
48
+ - You fight with dependency errors 😡
49
+ - You question your life choices 🀯
50
+
51
+ ---
52
+
53
+ ## πŸ“¦ Installation
54
+
55
+ ```bash
56
+ npx i @usercli/clideveloper
package/package.json CHANGED
@@ -1,19 +1,20 @@
1
1
  {
2
2
  "name": "@usercli/clideveloper",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "start": "nodemon index.js"
8
8
  },
9
9
  "bin": {
10
- "@usercli/clideveloper": "index.js"
10
+ "clideveloper": "index.js"
11
11
  },
12
12
  "keywords": [],
13
13
  "author": "",
14
14
  "license": "ISC",
15
15
  "type": "commonjs",
16
16
  "dependencies": {
17
+ "@usercli/clideveloper": "^1.0.1",
17
18
  "chalk": "^5.6.2",
18
19
  "chalk-animation": "^2.0.3",
19
20
  "figlet": "^1.9.4",