Skip to content

Commit 97ec9c4

Browse files
authored
Merge pull request #228 from IgniteUI/readme-cli
Adding steps to get started with the CLI
2 parents cfa123b + 85d7bb6 commit 97ec9c4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ Afterwards, from your terminal run the following commands:
3232

3333
# Getting Started
3434

35+
## Ignite UI CLI
36+
To get started with the Ignite UI CLI and the Ignite UI Angular wrappers:
37+
38+
```
39+
npm i -g igniteui-cli
40+
ig new <project name> --framework=angular --type=ig-ts
41+
cd <project name>
42+
ig add combo <component name>
43+
ig start
44+
```
45+
3546
## Initializing controls
3647
In an Angular application, Ignite UI controls support markup initialization which is done by using custom tags.
3748

0 commit comments

Comments
 (0)