feat(Codegen): Add base code and build for @ngrx/codegen#534
feat(Codegen): Add base code and build for @ngrx/codegen#534brandonroberts merged 1 commit intomasterfrom
Conversation
|
Why not devkit schematics for this? |
|
@bmayen Why would you suggest schematics? Genuinely curious. |
|
Primarily because a) it already exists to handle code generation, and b) would give us a single workflow when using something like Angular CLI. In the same way that Angular provides a set of schematics which CLI consumes, so could ngrx. Then organizations, which may have customization needs, have an easy way to extend the defaults. Also, over time, schematics looks like it will become more powerful; supporting user prompting, for instance. Would be nice to be able to leverage this without having to develop and maintain similar functionality in parallel. |
|
We'll explore how to integrate this tool with Schematics. Merging early to start producing nightly builds. |
|
Sounds good! Let me know if I can help with any Schematics effort. |
Includes basic implementation for the @ngrx/codegen proposal