Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>foldercraftNew to Visual Studio Code? Get it now.
foldercraft

foldercraft

instak1ll

|
33 installs
| (0) | Free
Genera una estructura de carpetas y archivos desde un archivo JSON
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PASO 1: Crea un archivo JSON con la estructura de tu plantilla.

EJEMPLO:

{ "templates": { "project": { "folders": [ "client", "server", "server/config", "server/middleware", "server/routes", "server/models", "server/utils" ], "files": [ { "path": "client/index.html", "content": "" }, { "path": "client/styles.css", "content": "" }, { "path": "client/script.js", "content": "" }, { "path": "server/config/database.js", "content": "" }, { "path": "server/middleware/auth.js", "content": "" }, { "path": "server/middleware/validate.js", "content": "" }, { "path": "server/routes/auth.js", "content": "" }, { "path": "server/routes/user.js", "content": "" }, { "path": "server/models/User.js", "content": "" }, { "path": "server/utils/jwt.js", "content": "" }, { "path": "server/server.js", "content": "" }, { "path": ".env", "content": "" }, { "path": "package.json", "content": "" } ] } } }

PASO 2: Guarda el json y encima de el haz clic derecho y selecciona "Crear Estructura"

Si no os funciona contactarme por aqui: https://github.com/instak1ll

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft