Angular Base Architecture Extension
A VS Code extension to assist in creating a base architecture for Angular projects.
Features
- Capability to initiate the architecture in a new Angular project: Easily initiate the base architecture in a new Angular project.
- Ability to configure Docker: Simplify Docker configuration for your project.
- Helps create a Feature module with a base architecture.
- Compatible with Angular version 13 or higher.
Installation
- Open Visual Studio Code.
- Go to Extensions (View -> Extensions) or press
Ctrl+Shift+X .
- Search for "Angular Base Architecture" and install the extension.
- Restart Visual Studio Code if prompted.
Usage
In version 1.1.0 , the extension offers the following feature:
Initialize the Base Architecture
To initialize the base architecture in your Angular project:
- Right-click on the root directory of your Angular project.
- Select "Base Architecture: Init" from the context menu.
- Follow the prompts to initialize the base architecture for your project.
Create a Feature Module
- Right-click on the
feature_modules folder in your Angular project.
- Select "Base Architecture: Create Feature" from the context menu.
- Follow the prompts to generate a feature module with a base architecture.
Planned Features
In the upcoming version, we plan to introduce the ability to initialize the base architecture for your Angular project.
Feedback and Contributions
We welcome feedback, suggestions, and contributions to improve this extension. Feel free to create issues, pull requests, or reach out to us.
| |