ca-schematicsThis is my first extension. I will address bugs and enhance the usability of the extension in future updates. I also will provide a more professional readme soon. This extension helps streamline the setup process by scaffolding boilerplate code, making it easier to adhere to the clean architecture pattern. It utilizes custom FeaturesA new Context Menu Item was added to the file explorer. If you hover over the CA_Schematics item the submenu with all the features provided will open. The extension will use the following project structure to operate.
If you break up this structure the code generation will fail. Please do not rename folders or files. Create a new entitya new entity will be scaffolded and saved to the entities directory. The process will also check if an entity with the same name is already existing. Create a new featurea new feature and all of its sub folders will be created. A skeleton of the necessary typescript files e.g. repositories and data sources will also be scaffolded. Create a new use casethis will create a complete new use case. you need to follow the steps of the dialog.
the schematics will create and manipulate your code as follows:
Changelogv 1.0.6updated depended schematics to support ngxs v 1.0.0initial release
|