From 125f3497c79d5c2573b25b354af47ec5cb320914 Mon Sep 17 00:00:00 2001 From: sinedied Date: Thu, 26 Mar 2020 21:09:41 +0100 Subject: [PATCH] feat: add deployment options (close #540, #327) --- README.md | 2 + generators/app/deployers.js | 58 ++++++++++++++++++++++++++ generators/app/index.js | 22 ++++++++++ generators/app/options.js | 17 ++++++++ generators/app/prompts.js | 9 ++++ generators/app/templates/_package.json | 5 ++- 6 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 generators/app/deployers.js diff --git a/README.md b/README.md index e1ffa914..740545a5 100755 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ Development, build and quality processes are based on [angular-cli](https://gith [Stylelint](http://stylelint.io) and [HTMLHint](http://htmlhint.com/) - Local knowledgebase server using [Hads](https://github.com/sinedied/hads) - Automatic code formatting with [Prettier](https://prettier.io) +- Deployment with the CLI using [ng deploy](https://angular.io/guide/deployment) [Progressive Web App (PWA)](https://developers.google.com/web/progressive-web-apps/) support provided by [@angular/service-worker](https://docs.google.com/document/d/1F0e0ROaZUnTFftmC0XovpREHWHjcXa4CggiFlmifjhw/). @@ -236,6 +237,7 @@ Native mobile application bundling is based on [Cordova](https://cordova.apache. - `--strict`: enable all TypeScript strict type checking options. - `--skip-quickstart`: disable quick start message after project generation. - `--no-prefix`: do not add `@` prefix to `core`/`shared` folders. +- `--deploy