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
Our first shot a generating code for the module was to create an ad-hoc string interpolation based generator : `New-GetCmdlet.ps1`.
6
+
7
+
The actual generation process where we tell the cmdlet what to generate is defined
8
+
in `New-GetCmdlets.ps1`
9
+
10
+
However, this approach is very cumbersome and leads to a very hard do maintain
11
+
generator. The preferred approach now is to use a template base generator. The generator is still a work in progress but you can take a look at https://github.com/dbroeglin/Forge.Netscaler if you are interested.
0 commit comments