Overview Version History Q & A Rating & Review
Structor
Structor is an extension for Visual Studio Code that allows you to create TypeScript modules and classes
following a Clean Architecture template, saving time and avoiding code repetition.
Features
Create complete modules with structure:
core
(entities, repositories, models, validations)
application
(useCases, services)
infrastructure
(repositories, services)
shared
(utils, errors, middlewares)
interfaces
Create interfaces and classes with the same name as the file
Automatically open the newly created module in the explorer
Requirements
Node.js >= 18
VSCode >= 1.80
Extension Settings
No additional configuration required.
Release Notes
0.1.0
Initial extension with structor.createModule
command.