create-canaima-app 1.0.10 → 1.0.11
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 +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="https://canaima.softwarelibre.gob.ve/
|
|
2
|
+
<img src="https://canaima.softwarelibre.gob.ve/wp-content/uploads/2024/10/canaima-logos-nuevo-blanco.png" alt="Canaima GNU/Linux Logo" width="200" />
|
|
3
3
|
|
|
4
4
|
# create-canaima-app
|
|
5
5
|
|
|
@@ -26,7 +26,6 @@ No necesitas instalar el paquete globalmente, simplemente ejecuta:
|
|
|
26
26
|
npx create-canaima-app@latest
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
Nuestro asistente amigable `\(^-^)/` te guiará con unas pocas preguntas:
|
|
30
29
|
1. El nombre de tu proyecto.
|
|
31
30
|
2. La plantilla y el sistema de estilos que prefieras (Tailwind CSS o Materialize CSS).
|
|
32
31
|
3. Si deseas instalar las dependencias de NPM automáticamente.
|