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
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ Check out [our website](https://www.yellicode.com) for more.
11
11
12
12
## Using the Angular package
13
13
### Prerequisites
14
-
In order to run a code generation template, you must have the CLI installed (@yellicode/cli) globally and have a valid *codegenconfig.json* file in your working directory. Please refer to the [installation instructions](https://www.yellicode.com/docs/installation) and the [quick start](https://www.yellicode.com/docs/quickstart) for more.
15
-
14
+
In order to run a code generation template, you must have the Yellicode CLI installed globally (`npm install -g @yellicode/cli`) and have a valid *codegenconfig.json* file in your working directory. Please refer to the [installation instructions](https://www.yellicode.com/docs/installation) and the [quick start](https://www.yellicode.com/docs/quickstart) for more.
16
15
17
16
### Installation
18
17
Open a terminal/command prompt in your working directory and install this package as a dev dependency:
The following sample generates a simple Angular component file named *my-component*. For simplicity, the component name in this example is static.
26
-
Refer to the [Yellicode website](https://www.yellicode.com) on how to build a real model-driven app.
25
+
26
+
For a more sophisticated example, check out the article [Build your own Angular code generator](https://www.yellicode.com/blog/angular-code-generator).
0 commit comments