Skip to content

Commit d066472

Browse files
author
Dave Syer
committed
Add notes about Windows .cmd scripts
Fixes dsyergh-19
1 parent bf5f190 commit d066472

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ and then run it to install the CLI:
7575
$ ./npm install @angular/cli
7676
```
7777

78+
NOTE: Windows users can find a similar looking `npm.cmd` script in
79+
`node/node_modules/npm/bin`. If you copy it to the root of the project,
80+
and edit to match the local paths, you can use it in the same way.
81+
7882
Then create a similar wrapper for the CLI itself, and test it quickly:
7983

8084
```
@@ -97,6 +101,9 @@ OS: linux x64
97101
...
98102
```
99103

104+
NOTE: Windows user can try the same trick with `ng.cmd` as with
105+
`npm.cmd` to get a local command to run the Angular CLI.
106+
100107
== Create an Angular App
101108

102109
The Angular CLI can be used to generate new application scaffolding, as well as other things. It's a useful starting point, but you could at this point grab any existing Angular app and put it in the same place. We want to work with the Angular app in the top level directory to keep all the tools and IDEs happy, but we also want make it look like a regular Maven build.

0 commit comments

Comments
 (0)