@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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bayajidalam/apollo-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CLI tool for speed up backend projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",