@analogjs/platform
Version:
The fullstack meta-framework for Angular
24 lines (13 loc) • 394 B
Markdown
# @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 [Jest](https://jestjs.io).