@usercli/clideveloper 1.0.1 β 1.0.2
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 +56 -0
- package/package.json +2 -1
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usercli/clideveloper",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,6 +14,7 @@
|
|
|
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",
|