-
Notifications
You must be signed in to change notification settings - Fork 12k
Feature Request: Custom Blueprints #2377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not going to happen until we have addon support. |
Any timing for when the addon support will be released? |
Anything happening with this? Our project is growing and this would be of great help when getting new people involved and to reduce the number of mistakes that devs make when adding new components to the application. |
The ability to customize what gets generated seems like a must-have feature. |
We could totally do with this also. Specifically I'd like to write a generator that creates a smart-component that hooks into NGRX, with a spec that passes. |
Support for custom blueprints was added in #7090, available in We don't yet have documentation and examples of how you can make your own but @Brocco is working on it. Edit: also related to #2618 |
I know @angular/cli just added support from blueprints. But I just found this library that works for any project. So we can use with NativeScript, for example. |
@filipesilva any news on the documentation about the blueprints? Would be great to have some reference to start using them. Thanks! |
I need to be able to customize the spec files generated to use mocha and not have expect be a global. @Brocco even a small pointer would be nice. |
Yup, we need at least some very basic documentation to start working with this feature. |
Any update on documentation for this feature? |
Hello, any updates? Thank you. |
Still no updates on this? Are you guys willing to provide any documentation on this feature ever or at least refer us to another place to get it? Thanks |
@CesarD try watch some talks about You can also read these articles: Or read the almost finished ebook https://leanpub.com/angular-schematics |
@leocaseiro thanks a lot!! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
It would be great to be able to generate blueprints for the generator so that the community can build additional custom generators like for ngrx actions/effects, etc. As far as I know the Ember CLI allows it but the cli addon overrides it.
Thanks!
The text was updated successfully, but these errors were encountered: