Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Directory BootstrapNew to Visual Studio Code? Get it now.
Directory Bootstrap

Directory Bootstrap

Rushdy Kamel

|
2,068 installs
| (0) | Free
Bulk generate your project directory from text
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Directory Bootstrap

Generate your folder structure in one go

1.0.3

This is simple extension to allow you bulk generate your directory (folders and files), you don't have to worry about nesting paths as it will create parent folders if they don't exist. Also don't worry about existing files, if file exists it won't be override it.

How it works?

  • Just type your folder structure in any file in your editor, each path in a separate line.
  • Select the lines that contain all your paths
  • Right click, choose Directory Bootstrap > Generate from selection from the context menu.
  • Alternatively, find the same menu in the command pallette (ctrl + shift + p).
  • That's it. you will see your files and folders generated instantly!

Screenshots

GIF



Example folder structure to generate from text editor:

public/index.html
src/components/Footer
src/components/Header
src/components/App.ts
src/css
src/hooks
src/pages
src/types
package.json
README.md

Enjoy!

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