A Yeoman generator for creating a base Angular 18 project.
This Yeoman generator sets up a new Angular 18 project with a basic configuration and folder structure. It helps you quickly start working on Angular applications with sensible defaults.
- Creates a new Angular 18 project.
- Sets up a basic
package.json
with essential dependencies. - Includes a basic
tsconfig.json
for TypeScript configuration. - Generates initial Angular components and project structure.
First, ensure you have Yeoman and npm installed globally. Then, install this generator:
npm install -g generator-angular-base