quasarwind 1.0.0 → 1.0.4

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 (27) hide show
  1. package/README.md +7 -1
  2. package/package.json +5 -5
  3. /package/{template → quasarwind}/.prettierrc +0 -0
  4. /package/{template → quasarwind}/.vscode/extensions.json +0 -0
  5. /package/{template → quasarwind}/.vscode/settings.json +0 -0
  6. /package/{template → quasarwind}/README.md +0 -0
  7. /package/{template → quasarwind}/eslint.config.js +0 -0
  8. /package/{template → quasarwind}/index.html +0 -0
  9. /package/{template → quasarwind}/package-lock.json +0 -0
  10. /package/{template → quasarwind}/package.json +0 -0
  11. /package/{template → quasarwind}/public/vite.svg +0 -0
  12. /package/{template → quasarwind}/src/App.vue +0 -0
  13. /package/{template → quasarwind}/src/assets/vue.svg +0 -0
  14. /package/{template → quasarwind}/src/components/ExampleComponent.vue +0 -0
  15. /package/{template → quasarwind}/src/css/app.css +0 -0
  16. /package/{template → quasarwind}/src/layout/MainLayout.vue +0 -0
  17. /package/{template → quasarwind}/src/main.ts +0 -0
  18. /package/{template → quasarwind}/src/page/NotFound.vue +0 -0
  19. /package/{template → quasarwind}/src/router/index.ts +0 -0
  20. /package/{template → quasarwind}/src/router/routes.ts +0 -0
  21. /package/{template → quasarwind}/src/stores/example-store.ts +0 -0
  22. /package/{template → quasarwind}/src/vite-env.d.ts +0 -0
  23. /package/{template → quasarwind}/tsconfig.app.json +0 -0
  24. /package/{template → quasarwind}/tsconfig.json +0 -0
  25. /package/{template → quasarwind}/tsconfig.node.json +0 -0
  26. /package/{template → quasarwind}/types.d.ts +0 -0
  27. /package/{template → quasarwind}/vite.config.ts +0 -0
package/README.md CHANGED
@@ -1 +1,7 @@
1
- # quasarwind
1
+ # quasarwind
2
+
3
+ 1. install
4
+ npm i -g quasarwind
5
+ 2. execute cli
6
+ quasarwind name_project
7
+ 3. Follow instructions
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "quasarwind",
3
- "version": "1.0.0",
4
- "description": "CLI para generar un proyecto Vite personalizado",
3
+ "version": "1.0.4",
4
+ "description": "CLI for generating custom project vite with Quasar and Tailwind",
5
5
  "bin": {
6
- "create-miapp": "bin/index.js"
6
+ "quasarwind": "bin/index.js"
7
7
  },
8
- "keywords": ["vite", "cli", "template", "starter"],
9
- "author": "Tu Nombre",
8
+ "keywords": ["vite", "quasar","tailwind", "vue", "pinia", "router", "typescript", "eslint", "prettier"],
9
+ "author": "Edilberto Coello Savigne",
10
10
  "license": "MIT"
11
11
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes