create-enchilada 1.0.1 → 1.0.3

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 CHANGED
@@ -15,12 +15,12 @@
15
15
  ## Usage
16
16
  ### With npm
17
17
  ```
18
- npm create enchilada
18
+ npm create enchilada@latest
19
19
  ```
20
20
 
21
21
  ### With pnpm
22
22
  ```
23
- pnpm create enchilada
23
+ pnpm create enchilada@latest
24
24
  ```
25
25
 
26
26
  ### With yarn
@@ -28,7 +28,7 @@ pnpm create enchilada
28
28
  yarn create enchilada
29
29
  ```
30
30
 
31
- <img src="https://raw.githubusercontent.com/Sharmaz/enchilada/refs/heads/main/media/enchiladajs.gif" width="100%" alt="mk-app options"/>
31
+ <img src="https://raw.githubusercontent.com/Sharmaz/enchilada/refs/heads/main/media/enchiladajs@latest.gif" width="100%" alt="enchiladajs logo"/>
32
32
  </p>
33
33
 
34
34
  ## CLI Options
@@ -64,4 +64,5 @@ npm create enchilada -- --template vanilla-js my-app
64
64
  | **react-dev** | React + Vite + Tailwind CSS + ESlint + React Testing Library |
65
65
  | **react-dev-typescript** | React + Typescript + Vite + Tailwind CSS + ESlint + React Testing Library |
66
66
  | **react-dev-webpack** | React + Webpack + Tailwind CSS + ESlint + React Testing Library |
67
+ | **react-rspack** | React + Rspack |
67
68
  | **node-express** | NodeJS + Express + Sequelize + ESlint + Jest |