generator-ngx-rocket
Version:
Extensible Angular 13+ enterprise-grade project generator based on angular-cli with best practices from the community. Includes PWA/Cordova/Electron support, coding guides and more!
23 lines (14 loc) • 497 B
Markdown
# :rocket: <%= props.appName %>
> <%= props.description %>
This add-on was generated with [ngX-Rocket](https://github.com/ngx-rocket/generator-ngx-rocket/) version <%= version %>
# Installation
Install [ngX-Rocket CLI](https://github.com/ngx-rocket/cli) and this add-on:
```sh
npm install -g @ngx-rocket/cli <%= props.projectName %>
```
# Usage
Generate a new project and follow instructions:
```sh
ngx new
```
See [ngX-Rocket CLI](https://github.com/ngx-rocket/cli) for more information.