Skip to content

Commit d662f29

Browse files
authored
Update README.md
1 parent 9a070f4 commit d662f29

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# create-angular-components
1+
# Create Angular Components
22
Tool that allows you to create Angular (4+) components from HTML
3+
4+
# Install
5+
```
6+
npm install -g create-angular-components
7+
```
8+
9+
# Use
10+
```
11+
cd example
12+
cac index.html
13+
# Generated 4 components, into /Users/UserName/example
14+
```
15+

0 commit comments

Comments
 (0)