# Ronas IT Angular Schematics

## Getting Started

Install Ronas IT Angular Schematics using [`Angular CLI`](https://cli.angular.io):

```bash
ng add @ronas-it/angular-schematics
```

## Usage

_Note: The commands below work if `@ronas-it/angular-schematics`
is installed as the default schematics collection for the project.
Otherwise, you should use the syntax `ng g @ronas-it/angular-schematics:command`._

### Init project

```bash
ng g init-project
```

### Generate shared module

```bash
ng g shared-module
```

### Generate section module

```bash
ng g section-module
```

### Generate page module

```bash
ng g page-module
```

### Generate store

```bash
ng g store
```
