@bayajidalam/apollo-cli 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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,11 @@ Create a complete backend project structure with Express, Prisma, and TypeScript
|
|
|
20
20
|
apollo-cli init my-new-project
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
+
During init, the CLI:
|
|
24
|
+
- Fetches the latest versions of all dependencies from npm
|
|
25
|
+
- Creates a `prisma/schema.prisma` file and `prisma` folder
|
|
26
|
+
- Lets you choose npm, yarn, or pnpm for installation
|
|
27
|
+
|
|
23
28
|
### 2. Generate Modules
|
|
24
29
|
|
|
25
30
|
Scaffold a new module (Controller, Service, Route, Interface, Validation, Constants) instantly.
|