You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/README_contributors.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ngx-deploy-starter: README for contributors
1
+
# @angular-schule/ngx-deploy-starter: README for contributors
2
2
3
3
## How to start <aname="start"></a>
4
4
@@ -39,7 +39,7 @@ Follow the instructions for [checking and updating the Angular CLI version](#ang
39
39
40
40
### 2. npm link
41
41
42
-
Use the following instructions to make `ngx-deploy-starter` available locally via `npm link`.
42
+
Use the following instructions to make `@angular-schule/ngx-deploy-starter` available locally via `npm link`.
43
43
44
44
1. Clone the project
45
45
@@ -73,29 +73,34 @@ Read more about the `link` feature in the [official NPM documentation](https://d
73
73
74
74
### 3. Adding to an Angular project -- ng add
75
75
76
-
Once you have completed the previous steps to `npm link` the local copy of `ngx-deploy-starter`, follow these steps to use it in a local Angular project.
76
+
Once you have completed the previous steps to `npm link` the local copy of `@angular-schule/ngx-deploy-starter`, follow these steps to use it in a local Angular project.
77
77
78
78
1. Enter the project directory
79
79
80
80
```sh
81
81
cd your-angular-project
82
82
```
83
83
84
-
2. Add the local version of `ngx-deploy-starter`.
84
+
2. Add the local version of `@angular-schule/ngx-deploy-starter`.
85
85
86
86
```sh
87
-
npm link ngx-deploy-starter
87
+
npm link @angular-schule/ngx-deploy-starter
88
88
```
89
89
90
90
3. Now execute the `ng-add` schematic.
91
91
92
92
```sh
93
-
ng add ngx-deploy-starter
93
+
ng add @angular-schule/ngx-deploy-starter
94
94
```
95
95
96
96
4. You can now deploy your angular app to GitHub pages.
Copy file name to clipboardExpand all lines: src/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
-
"name": "ngx-deploy-starter",
2
+
"name": "@angular-schule/ngx-deploy-starter",
3
3
"version": "0.0.1",
4
-
"description": "Deployment from the Angular CLI to the file system. This is a sample project that helps you to implement your own deployment builder (ng deploy) for the Angular CLI.",
4
+
"description": "Deployment from the Angular CLI to the file system. This is a sample project that helps you to implement your own deployment builder (`ng deploy`) for the Angular CLI.",
0 commit comments