Angular ng add and schematics #120
brice-noowu
started this conversation in
Ideas
Replies: 1 comment
-
Hi, You can create and maintain your own schematics library for Elf. We expose the create repository function from the CLI package so you can use it in the schematics. I'll add your library to the docs when it's ready. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋
I really like what you did with Elf, and coming from Akita, I would like to progressively migrate to Elf.
I use Angular, and one of the things that sold me Akita was the schematics, and the ton of boilerplates that it saved me.
I was wondering if Angular-specific features like this would be desirable in this project.
ng add
could setup the package.json with angular specific plugin :ng g @ngneat/elf-cli repo
could generate the repository file, but also the angular service / the model file associated with it.I would love to work on such a feature, but I really dont know where to start. If its something desirable, maybe someone could point me in the right direction to make it fit with the project ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions