This extension adds the ability to right-click on a folder and build a sub-folder containing files and folders listed out in a config. This is ideal if you find yourself following a pattern like with certain component architectures.
How it works
Create a config with an array of paths to be built
Set the name option to true if you want to use the special string ARCHITECT_NAME to be replaced through an input dialog
Right-click on a folder and choose Architect to build your paths
Config
Options:
name: Boolean - for string replacement in the paths. If this is set to true then replace part of your path with ARCHITECT_NAME.
paths: Array[String] - an array of strings representing the paths to be created.