# @analogjs/platform

Official plugin to add Analog to your Nx monorepo.

## Supported Generators

### app

Creates a preconfigured Analog application.

```sh
nx g @analogjs/platform:application analog-app
```

## Development

### Building

Run `nx build nx-plugin` to build the library.

### Running unit tests

Run `nx test nx-plugin` to execute the unit tests via [Vitest](https://vitest.dev).
