flarum / cli

A CLI helper for developing Flarum extensions.
MIT License
39 stars 2 forks source link

Notification Blueprint Generation #17

Open SychO9 opened 3 years ago

SychO9 commented 3 years ago

This is very interesting btw, this is a situation where I feel like the separation of backend/frontend doesn't help, if we're generating a new notification type/blueprint, it would be neat to do everything from backend class to frontend component.

askvortsov1 commented 3 years ago

This is very interesting btw, this is a situation where I feel like the separation of backend/frontend doesn't help, if we're generating a new notification type/blueprint, it would be neat to do everything from backend class to frontend component.

Agreed: we should have steps for each, but one command that does backend + frontend + extender.