Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit fd5b629

Browse files
authored
Merge pull request #17 from avrios/update-readme
update README
2 parents 7871d1a + f471c79 commit fd5b629

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# Avrios Schematics for Angular
2-
2+
3+
## Environment Setup
4+
``npm install``
5+
6+
``npm run build``
7+
8+
## Generation schematics
9+
Generation schematics are instructions for the ``ng generate`` command. Avrios' Schematics [support custom API Services, components, modals, page components, ngrx store and library generation](https://github.com/avrios/angular-schematics/blob/master/src/collection.json).
10+
11+
Usage example:
12+
``ng generate avrios-schematics:component <component-name>``

0 commit comments

Comments
 (0)